diff options
author | ivan <ivan> | 2010-05-20 00:57:47 +0000 |
---|---|---|
committer | ivan <ivan> | 2010-05-20 00:57:47 +0000 |
commit | 07c8992ccbb2d179939af013e9c90774a093f820 (patch) | |
tree | 5e3a0cc6dab29395368332985c13457b1b5d6b72 /rt/share/html/NoAuth | |
parent | e83205c66c30456c657053287a271b074e8da015 (diff) |
fix leaking date css, RT#6467
Diffstat (limited to 'rt/share/html/NoAuth')
-rw-r--r-- | rt/share/html/NoAuth/css/calendar.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/rt/share/html/NoAuth/css/calendar.css b/rt/share/html/NoAuth/css/calendar.css index 1eec5d948..c6b584e96 100644 --- a/rt/share/html/NoAuth/css/calendar.css +++ b/rt/share/html/NoAuth/css/calendar.css @@ -13,19 +13,19 @@ font-size: 0.8em; color:#505050; } -.date { +.calendardate { text-align: right; background-color: #f8f8ff; width:100%; } -.offmonthdate { +.offmonthcalendardate { text-align: right; background-color: #f8f8f8; width:100%; } -.todaysdate { +.todayscalendardate { text-align: right; background-color: #fc6; /*#fad163*/ width:100%; |