From ea267b84c662c95411575071d46852258105a7d6 Mon Sep 17 00:00:00 2001 From: Sebastian Wagner Date: Sun, 23 Oct 2011 18:07:04 +0200 Subject: minor --- public/media/css/fullcalendar.css | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) (limited to 'public') diff --git a/public/media/css/fullcalendar.css b/public/media/css/fullcalendar.css index 8188bbf..ac2feee 100755 --- a/public/media/css/fullcalendar.css +++ b/public/media/css/fullcalendar.css @@ -294,12 +294,32 @@ a.fc-event { border-width: 2px; overflow: hidden; } - + .fc-event-time, .fc-event-title { padding: 0 1px; } +.fc-event-time-0 { + padding: 0 1px; + background: url(/media/img/down.png) top right no-repeat; + } + +.fc-event-time-1 { + padding: 0 1px; + background: url(/media/img/play.gif) top right no-repeat; + } + +.fc-event-time-2 { + padding: 0 1px; + background: url(/media/img/default.png) top right no-repeat; + } + +.fc-event-time-3 { + padding: 0 1px; + background: url(/media/img/delete.png) top right no-repeat; + } + .fc .ui-resizable-handle { /*** TODO: don't use ui-resizable anymore, change class ***/ display: block; position: absolute; -- cgit v1.2.3-55-g7522