diff options
author | Ivan Kohler <ivan@freeside.biz> | 2014-04-07 18:37:07 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2014-04-07 18:37:07 -0700 |
commit | ffe6bd1fdb564acf65202693c5fdb4535112da07 (patch) | |
tree | 8397fb0b43e3c16e0c347adf2cb0781f9fe746c8 /rt/share/html/NoAuth | |
parent | 35f1450398aec28d59643ca4e0b99dd638e8838c (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; +} + |