From abcc70722c3577e63b53fcd3acf19d2916d810df Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 5 Feb 2015 19:37:55 -0800 Subject: event form cleanup backported from trinidad - still need to style the checkboxes --- view/css/mod_events.css | 31 +++++++++++++++++++++++++++---- 1 file changed, 27 insertions(+), 4 deletions(-) (limited to 'view/css') diff --git a/view/css/mod_events.css b/view/css/mod_events.css index ba4ec9b61..a029440cb 100644 --- a/view/css/mod_events.css +++ b/view/css/mod_events.css @@ -1,12 +1,35 @@ + #event-desc-textarea, #event-location-textarea { - width: 400px; + width: 400px; +} + +#event-summary-text, #event-start-text, #event-finish-text { + width: 200px; + float: left; } -#event-summary { - width: 400px; +#event-summary, #start_text, #finish_text { + width: 300px; + float: left; +} + +#event-category-wrap { + margin-top: 15px; } .event-cats { margin-top: 15px; - width: 400px; + width: 400px; +} + + +.required { + float: left; +} + +#event-datetime-break { + clear: both; +} +#event-nofinish-break { + margin-bottom: 10px; } -- cgit v1.2.3 From 69894e28c48dabb1061b55156dbafc91f7c75ea1 Mon Sep 17 00:00:00 2001 From: friendica Date: Sun, 8 Feb 2015 20:23:02 -0800 Subject: we still need an event preview but this looks a lot better. --- view/css/mod_events.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'view/css') diff --git a/view/css/mod_events.css b/view/css/mod_events.css index a029440cb..e2439e844 100644 --- a/view/css/mod_events.css +++ b/view/css/mod_events.css @@ -33,3 +33,7 @@ #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 -- cgit v1.2.3