From 07c8992ccbb2d179939af013e9c90774a093f820 Mon Sep 17 00:00:00 2001 From: ivan Date: Thu, 20 May 2010 00:57:47 +0000 Subject: fix leaking date css, RT#6467 --- rt/share/html/NoAuth/css/calendar.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'rt/share/html/NoAuth/css') 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%; -- cgit v1.2.1