diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2014-04-05 20:46:31 -0700 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2014-04-05 20:46:58 -0700 |
| commit | 19cae13fbfa17207f58c2ad44cb94f57caf64356 (patch) | |
| tree | 1a1b123426e4c557e4204549759460858fb83b4c /rt/share/html/NoAuth | |
| parent | 3f20bec8cc551e82274aa79bf1eb6ad8464e1558 (diff) | |
weekly view for RTx::Calendar, RT#16584
Diffstat (limited to 'rt/share/html/NoAuth')
| -rw-r--r-- | rt/share/html/NoAuth/css/calendar.css | 17 | ||||
| -rw-r--r-- | rt/share/html/NoAuth/images/week-collapse.gif | bin | 0 -> 137 bytes | |||
| -rw-r--r-- | rt/share/html/NoAuth/images/week-expand.gif | bin | 0 -> 150 bytes |
3 files changed, 17 insertions, 0 deletions
diff --git a/rt/share/html/NoAuth/css/calendar.css b/rt/share/html/NoAuth/css/calendar.css index 93edccf4c..cc1f2c4d7 100644 --- a/rt/share/html/NoAuth/css/calendar.css +++ b/rt/share/html/NoAuth/css/calendar.css @@ -31,6 +31,11 @@ color:#505050; width:100%; } +.calendardate { + text-align: right; + width:100%; +} + table.rtxcalendar { width:100%; border-collapse: collapse; @@ -73,3 +78,15 @@ table.rtxcalendar td.aweekago { border-bottom: none; } +table.rtxcalendar td.controls { + background: #eeeeee; + width: 1%; + border-top: 1px solid #eeeeee; + border-left: 1px solid #eeeeee; + border-bottom: 1px solid #eeeeee; +} + +table.rtxcalendar td.controls:hover { + background-color: #CFDEFF; +} + diff --git a/rt/share/html/NoAuth/images/week-collapse.gif b/rt/share/html/NoAuth/images/week-collapse.gif Binary files differnew file mode 100644 index 000000000..3c300bbc3 --- /dev/null +++ b/rt/share/html/NoAuth/images/week-collapse.gif diff --git a/rt/share/html/NoAuth/images/week-expand.gif b/rt/share/html/NoAuth/images/week-expand.gif Binary files differnew file mode 100644 index 000000000..959687e29 --- /dev/null +++ b/rt/share/html/NoAuth/images/week-expand.gif |
