diff options
author | Sem <sembrestels@riseup.net> | 2012-08-30 02:04:03 +0200 |
---|---|---|
committer | Sem <sembrestels@riseup.net> | 2012-08-30 02:04:03 +0200 |
commit | 471a4c609d72dd95c99b592ec40c624290e942d2 (patch) | |
tree | c9b4008225f8cbf85af8bca18ab158df7c796e34 /views/default/event_calendar/css.php | |
parent | 3d72bfc22b8a538da08a0f0919fb9799bdc975ec (diff) | |
download | elgg-471a4c609d72dd95c99b592ec40c624290e942d2.tar.gz elgg-471a4c609d72dd95c99b592ec40c624290e942d2.tar.bz2 |
Replaced javascript alert by elgg popup in ical button.
Diffstat (limited to 'views/default/event_calendar/css.php')
-rw-r--r-- | views/default/event_calendar/css.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/views/default/event_calendar/css.php b/views/default/event_calendar/css.php index c1dbf4633..9ef2ecfa1 100644 --- a/views/default/event_calendar/css.php +++ b/views/default/event_calendar/css.php @@ -38,6 +38,10 @@ ul#calendarmenu li a:hover, ul#calendarmenu li.sys_selected a{ background: <?php echo $highlight_colour; ?>; } +.event-calendar-ical { + width: 200px; +} + td.ui-datepicker-unselectable { background-color: #FFFFFF !important; color: #888888 !important; |