summaryrefslogtreecommitdiff
path: root/rt/share/html/NoAuth/css
diff options
context:
space:
mode:
authorivan <ivan>2010-05-19 23:37:20 +0000
committerivan <ivan>2010-05-19 23:37:20 +0000
commite83205c66c30456c657053287a271b074e8da015 (patch)
treeaecb2b83c2f1dd2a87ea9adbf9b953ed4e0cddf7 /rt/share/html/NoAuth/css
parentd5933aea7be7beddc995fb35cdd034231d2c515f (diff)
calenaring (RT#6467): a little UI cleanup goes a long way
Diffstat (limited to 'rt/share/html/NoAuth/css')
-rw-r--r--rt/share/html/NoAuth/css/calendar.css41
1 files changed, 38 insertions, 3 deletions
diff --git a/rt/share/html/NoAuth/css/calendar.css b/rt/share/html/NoAuth/css/calendar.css
index e313dff99..1eec5d948 100644
--- a/rt/share/html/NoAuth/css/calendar.css
+++ b/rt/share/html/NoAuth/css/calendar.css
@@ -14,27 +14,62 @@ color:#505050;
}
.date {
-text-align: right;
+ text-align: right;
+ background-color: #f8f8ff;
+ width:100%;
+}
+
+.offmonthdate {
+ text-align: right;
+ background-color: #f8f8f8;
+ width:100%;
+}
+
+.todaysdate {
+ text-align: right;
+ background-color: #fc6; /*#fad163*/
+ width:100%;
}
table.rtxcalendar {
width:100%;
border-collapse: collapse;
- border: 1px dotted #d0d0d0;
+ border: 1px solid #d0d0d0;
margin-bottom: 6px;
}
table.rtxcalendar td {
border: 1px solid #d7d7d7;
+ background: #fff;
vertical-align: top;
+ width: 14%;
}
table.rtxcalendar th {
border: 1px solid #d7d7d7;
- background: #eee;
+ background: #eef;
}
table.rtxcalendar tbody th {
border: 1px solid #d7d7d7;
background: #eee;
font-weight: normal;
}
+
+table.rtxcalendar td.offmonth {
+ background: #f8f8f8;
+ color: #aaa;
+}
+
+table.rtxcalendar td.today {
+ background: #ffe; /*#fed;*/
+ border: 1px solid #fc6;
+}
+
+table.rtxcalendar td.yesterday {
+ border-right: none;
+}
+
+table.rtxcalendar td.aweekago {
+ border-bottom: none;
+}
+