Index: openacs-4/packages/calendar/www/resources/calendar.css =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/calendar/www/resources/calendar.css,v diff -u -r1.12 -r1.12.2.1 --- openacs-4/packages/calendar/www/resources/calendar.css 15 May 2007 20:14:21 -0000 1.12 +++ openacs-4/packages/calendar/www/resources/calendar.css 23 May 2008 09:24:29 -0000 1.12.2.1 @@ -310,18 +310,44 @@ border:0px; } +a.cal-icons { + background-color: inherit; + background-position : left bottom; + background-repeat : no-repeat; + padding-left : 20px; +} +a.day-view { + background-image: url("/resources/calendar/images/calendar_view_day.gif"); +} +a.week-view { + background-image: url("/resources/calendar/images/calendar_view_week.gif"); +} +a.month-view { + background-image: url("/resources/calendar/images/calendar_view_month.gif"); +} +a.calendar-view { + background-image: url("/resources/calendar/images/calendar-icon.gif"); +} +a.list-view { + background-image: url("/resources/calendar/images/list-icon.gif"); +} +a.print-view { + background-image: url("/resources/calendar/images/print-icon.gif"); +} + + /* UNUSED?*/