From ffe6bd1fdb564acf65202693c5fdb4535112da07 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Mon, 7 Apr 2014 18:37:07 -0700 Subject: weekly view for RTx::Calendar, RT#16594 --- rt/share/html/NoAuth/css/calendar.css | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'rt/share/html/NoAuth/css') 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; +} + -- cgit v1.2.1