fix leaking date css, RT#6467
authorivan <ivan>
Thu, 20 May 2010 00:57:47 +0000 (00:57 +0000)
committerivan <ivan>
Thu, 20 May 2010 00:57:47 +0000 (00:57 +0000)
rt/share/html/NoAuth/css/calendar.css
rt/share/html/Search/Calendar.html

index 1eec5d9..c6b584e 100644 (file)
@@ -13,19 +13,19 @@ font-size: 0.8em;
 color:#505050;
 }
 
 color:#505050;
 }
 
-.date {
+.calendardate {
   text-align: right;
   background-color: #f8f8ff;
   width:100%;
 }
 
   text-align: right;
   background-color: #f8f8ff;
   width:100%;
 }
 
-.offmonthdate {
+.offmonthcalendardate {
   text-align: right;
   background-color: #f8f8f8;
   width:100%;
 }
 
   text-align: right;
   background-color: #f8f8f8;
   width:100%;
 }
 
-.todaysdate {
+.todayscalendardate {
   text-align: right;
   background-color: #fc6; /*#fad163*/
   width:100%;
   text-align: right;
   background-color: #fc6; /*#fad163*/
   width:100%;
index 0fb5414..9d2b6f5 100644 (file)
@@ -70,7 +70,7 @@ $NewQuery => 0
     >
       <div class="<% $is_today ? 'todays'
                        : $offmonth ? 'offmonth'
     >
       <div class="<% $is_today ? 'todays'
                        : $offmonth ? 'offmonth'
-                       :'' %>date"
+                       :'' %>calendardate"
       ><%$date->day%></div>
 
 %     my $sp = 3;
       ><%$date->day%></div>
 
 %     my $sp = 3;