diff options
author | Kevin Jardine <kevinjardine@yahoo.com> | 2012-03-19 17:09:30 +0100 |
---|---|---|
committer | Kevin Jardine <kevinjardine@yahoo.com> | 2012-03-19 17:09:30 +0100 |
commit | 2d19bfa232be5eff43bb6c1d1eef12e681552956 (patch) | |
tree | d956a896521dfa64f70bc79686d28892ccc0e90e /views/default/event_calendar/css.php | |
parent | 978d6aa6283933c805622d4d24fa6068833f7817 (diff) | |
download | elgg-2d19bfa232be5eff43bb6c1d1eef12e681552956.tar.gz elgg-2d19bfa232be5eff43bb6c1d1eef12e681552956.tar.bz2 |
full calendar click to view, time system revamp
Diffstat (limited to 'views/default/event_calendar/css.php')
-rw-r--r-- | views/default/event_calendar/css.php | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/views/default/event_calendar/css.php b/views/default/event_calendar/css.php index 469f72de8..a2437e065 100644 --- a/views/default/event_calendar/css.php +++ b/views/default/event_calendar/css.php @@ -164,4 +164,15 @@ li.event-calendar-filter-menu-show-only { padding-top:.4em; background:#fff; margin:0 -.3em 0 1.5em; +} + +.event-calendar-compressed-date { + width: 150px !important; + margin-right: 10px; +} + +.event-calendar-date-time-setter label { + float: left; + width: 50px; + margin-top: 5px; }
\ No newline at end of file |