installers (calendaring), RT#16584
[freeside.git] / rt / share / html / NoAuth / css / calendar.css
index cc1f2c4..96241e7 100644 (file)
@@ -36,6 +36,11 @@ color:#505050;
   width:100%;
 }
 
+.calendarright {
+  text-align: right;
+  float: right;
+}
+
 table.rtxcalendar {
     width:100%;
     border-collapse: collapse;
@@ -60,6 +65,10 @@ table.rtxcalendar tbody th {
     font-weight: normal;
 }
 
+table.rtxcalendar td.weekly {
+    width: auto;
+}
+
 table.rtxcalendar td.offmonth {
     background: #f8f8f8;
     color: #aaa;
@@ -84,9 +93,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;
+}
+