diff options
author | Kevin Jardine <kevinjardine@yahoo.com> | 2011-10-05 13:46:26 +0200 |
---|---|---|
committer | Kevin Jardine <kevinjardine@yahoo.com> | 2011-10-05 13:46:26 +0200 |
commit | 812aaa3d110a83a571b2ecc9cc5b1448a3c616fe (patch) | |
tree | f15bc3d409a70897bd1d372697ec311ee60e14f8 /views/default/event_calendar/css.php | |
parent | 37abfb4d6f347b146ca56fc98b94532c57eb7606 (diff) | |
download | elgg-812aaa3d110a83a571b2ecc9cc5b1448a3c616fe.tar.gz elgg-812aaa3d110a83a571b2ecc9cc5b1448a3c616fe.tar.bz2 |
changed filter menu to more correctly describe the tabs
Diffstat (limited to 'views/default/event_calendar/css.php')
-rw-r--r-- | views/default/event_calendar/css.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/views/default/event_calendar/css.php b/views/default/event_calendar/css.php index 2059a3ea9..469f72de8 100644 --- a/views/default/event_calendar/css.php +++ b/views/default/event_calendar/css.php @@ -157,4 +157,11 @@ table.event_calendar_paged_table th { .event-calendar-personal-calendar-toggle { float: right; +} + +li.event-calendar-filter-menu-show-only { + border:0; + padding-top:.4em; + background:#fff; + margin:0 -.3em 0 1.5em; }
\ No newline at end of file |