summaryrefslogtreecommitdiff
path: root/public/javascripts/themes/default/datebox.css
diff options
context:
space:
mode:
Diffstat (limited to 'public/javascripts/themes/default/datebox.css')
-rw-r--r--public/javascripts/themes/default/datebox.css42
1 files changed, 42 insertions, 0 deletions
diff --git a/public/javascripts/themes/default/datebox.css b/public/javascripts/themes/default/datebox.css
new file mode 100644
index 0000000..fa30f2c
--- /dev/null
+++ b/public/javascripts/themes/default/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: #F4F4F4;
+}
+.datebox-current,
+.datebox-close,
+.datebox-ok {
+ color: #444;
+}