summaryrefslogtreecommitdiff
path: root/rt/share/html/NoAuth
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2014-04-07 18:37:06 -0700
committerIvan Kohler <ivan@freeside.biz>2014-04-07 18:37:06 -0700
commit9931b2eeff85811118d0b495dd4e460bc939b744 (patch)
tree69c53f0e366f5fb9ae6454a9ad9437c00d8ee884 /rt/share/html/NoAuth
parent2ea729e55651a288bbf3826c888f430806aab04c (diff)
weekly view for RTx::Calendar, RT#16594
Diffstat (limited to 'rt/share/html/NoAuth')
-rw-r--r--rt/share/html/NoAuth/css/calendar.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/rt/share/html/NoAuth/css/calendar.css b/rt/share/html/NoAuth/css/calendar.css
index cc1f2c4d7..826c83658 100644
--- a/rt/share/html/NoAuth/css/calendar.css
+++ b/rt/share/html/NoAuth/css/calendar.css
@@ -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;
+}
+