weekly view for RTx::Calendar, RT#16594
[freeside.git] / rt / share / html / NoAuth / css / calendar.css
index cc1f2c4..826c836 100644 (file)
@@ -84,9 +84,19 @@ table.rtxcalendar td.controls {
     border-top: 1px solid #eeeeee;
     border-left: 1px solid #eeeeee;
     border-bottom: 1px solid #eeeeee;
+    border-right: 1px solid #eeeeee;
+    vertical-align: middle;
 }
 
 table.rtxcalendar td.controls:hover {
     background-color: #CFDEFF;
 }
 
+table.rtxcalendar td.labels {
+    background: #eeeeee;
+    width: 1%;
+    border-top: 1px solid #eeeeee;
+    border-left: 1px solid #eeeeee;
+    border-bottom: 1px solid #eeeeee;
+}
+