diff options
Diffstat (limited to 'view')
-rw-r--r-- | view/css/mod_events.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/view/css/mod_events.css b/view/css/mod_events.css index e2439e844..53432271b 100644 --- a/view/css/mod_events.css +++ b/view/css/mod_events.css @@ -30,10 +30,12 @@ #event-datetime-break { clear: both; } + #event-nofinish-break { margin-bottom: 10px; } #event-desc-text, #event-location-text, .event-form-location-end { margin-top: 15px; -}
\ No newline at end of file +} + |