diff options
author | Kevin Jardine <kevinjardine@yahoo.com> | 2012-06-27 11:05:16 +0200 |
---|---|---|
committer | Kevin Jardine <kevinjardine@yahoo.com> | 2012-06-27 11:05:16 +0200 |
commit | 2d605dc207541121f02fda9893509acb8e605212 (patch) | |
tree | 8ab0ff85c42a79a0c964fba08884e928e04c9846 /views/default/event_calendar/css.php | |
parent | 0e264d23ae1b4c4a186cb855ed984bb082908fbb (diff) | |
download | elgg-2d605dc207541121f02fda9893509acb8e605212.tar.gz elgg-2d605dc207541121f02fda9893509acb8e605212.tar.bz2 |
changed CSS to avoid form flash of irrelevant content for event polls, and deleted some commented out code
Diffstat (limited to 'views/default/event_calendar/css.php')
-rw-r--r-- | views/default/event_calendar/css.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/views/default/event_calendar/css.php b/views/default/event_calendar/css.php index b1e17e4df..c1dbf4633 100644 --- a/views/default/event_calendar/css.php +++ b/views/default/event_calendar/css.php @@ -261,10 +261,16 @@ li.event-calendar-filter-menu-show-only { .event-calendar-edit-date-wrapper { clear: both; margin-left: 20px; + display: none; } .event-calendar-edit-reminder-wrapper { margin-top: 10px; + display: none; +} + +.event-calendar-edit-form-membership-block, .event-calendar-edit-form-share-block { + display: none; } .event-calendar-description { |