weekly view for RTx::Calendar, RT#16584
[freeside.git] / rt / share / html / NoAuth / css / calendar.css
index 93edccf..cc1f2c4 100644 (file)
@@ -31,6 +31,11 @@ color:#505050;
   width:100%;
 }
 
+.calendardate {
+  text-align: right;
+  width:100%;
+}
+
 table.rtxcalendar {
     width:100%;
     border-collapse: collapse;
@@ -73,3 +78,15 @@ table.rtxcalendar td.aweekago {
     border-bottom: none;
 }
 
+table.rtxcalendar td.controls {
+    background: #eeeeee;
+    width: 1%;
+    border-top: 1px solid #eeeeee;
+    border-left: 1px solid #eeeeee;
+    border-bottom: 1px solid #eeeeee;
+}
+
+table.rtxcalendar td.controls:hover {
+    background-color: #CFDEFF;
+}
+