diff options
Diffstat (limited to 'public/javascripts/themes/bootstrap/datebox.css')
| -rw-r--r-- | public/javascripts/themes/bootstrap/datebox.css | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/public/javascripts/themes/bootstrap/datebox.css b/public/javascripts/themes/bootstrap/datebox.css new file mode 100644 index 0000000..788f8a7 --- /dev/null +++ b/public/javascripts/themes/bootstrap/datebox.css @@ -0,0 +1,42 @@ +.datebox-calendar-inner { + height: 180px; +} +.datebox-button { + height: 18px; + padding: 2px 5px; + text-align: center; +} +.datebox-button a { + font-size: 12px; +} +.datebox-current, +.datebox-close, +.datebox-ok { + text-decoration: none; + font-weight: bold; + opacity: 0.6; + filter: alpha(opacity=60); +} +.datebox-current, +.datebox-close { + float: left; +} +.datebox-close { + float: right; +} +.datebox-button-hover { + opacity: 1.0; + filter: alpha(opacity=100); +} +.datebox .combo-arrow { + background-image: url('images/datebox_arrow.png'); + background-position: center center; +} +.datebox-button { + background-color: #F5F5F5; +} +.datebox-current, +.datebox-close, +.datebox-ok { + color: #444; +} |
