From b7e8cfa78c29c9cc561cafa07dbcd82ff58acb50 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Sat, 5 Apr 2014 20:46:31 -0700 Subject: weekly view for RTx::Calendar, RT#16584 --- rt/share/html/NoAuth/css/calendar.css | 17 +++++++++++++++++ rt/share/html/NoAuth/images/week-collapse.gif | Bin 0 -> 137 bytes rt/share/html/NoAuth/images/week-expand.gif | Bin 0 -> 150 bytes 3 files changed, 17 insertions(+) create mode 100644 rt/share/html/NoAuth/images/week-collapse.gif create mode 100644 rt/share/html/NoAuth/images/week-expand.gif (limited to 'rt/share/html/NoAuth') 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 new file mode 100644 index 000000000..3c300bbc3 Binary files /dev/null and b/rt/share/html/NoAuth/images/week-collapse.gif differ diff --git a/rt/share/html/NoAuth/images/week-expand.gif b/rt/share/html/NoAuth/images/week-expand.gif new file mode 100644 index 000000000..959687e29 Binary files /dev/null and b/rt/share/html/NoAuth/images/week-expand.gif differ -- cgit v1.2.1