diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2014-04-09 21:02:16 -0700 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2014-04-09 21:02:16 -0700 |
| commit | 4f7725315c140dac53d390ec607b8d221166f6ac (patch) | |
| tree | 4c49f4a59c97a1763036d0db0e2c7249dd6f0e16 /rt/share/html/NoAuth | |
| parent | e190069ac7b7d442c4b0502f26c178929b794ec6 (diff) | |
installers (calendaring), RT#16584
Diffstat (limited to 'rt/share/html/NoAuth')
| -rw-r--r-- | rt/share/html/NoAuth/css/calendar.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/rt/share/html/NoAuth/css/calendar.css b/rt/share/html/NoAuth/css/calendar.css index 826c83658..14cbabc73 100644 --- a/rt/share/html/NoAuth/css/calendar.css +++ b/rt/share/html/NoAuth/css/calendar.css @@ -36,6 +36,10 @@ color:#505050; width:100%; } +.calendarright { + float: right; +} + table.rtxcalendar { width:100%; border-collapse: collapse; @@ -60,6 +64,10 @@ table.rtxcalendar tbody th { font-weight: normal; } +table.rtxcalendar td.weekly { + width: auto; +} + table.rtxcalendar td.offmonth { background: #f8f8f8; color: #aaa; |
