diff options
author | Ivan Kohler <ivan@freeside.biz> | 2014-04-07 18:37:06 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2014-04-07 18:37:06 -0700 |
commit | 9931b2eeff85811118d0b495dd4e460bc939b744 (patch) | |
tree | 69c53f0e366f5fb9ae6454a9ad9437c00d8ee884 /rt/share/html/NoAuth | |
parent | 2ea729e55651a288bbf3826c888f430806aab04c (diff) |
weekly view for RTx::Calendar, RT#16594
Diffstat (limited to 'rt/share/html/NoAuth')
-rw-r--r-- | rt/share/html/NoAuth/css/calendar.css | 10 |
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; +} + |