diff options
author | friendica <info@friendica.com> | 2015-02-05 19:37:55 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2015-02-05 19:37:55 -0800 |
commit | abcc70722c3577e63b53fcd3acf19d2916d810df (patch) | |
tree | aaed8f7025fa9591080045c313085de17761636b /view/css | |
parent | b948fbaeda84f4358722222b4a2d5555ef10b82e (diff) | |
download | volse-hubzilla-abcc70722c3577e63b53fcd3acf19d2916d810df.tar.gz volse-hubzilla-abcc70722c3577e63b53fcd3acf19d2916d810df.tar.bz2 volse-hubzilla-abcc70722c3577e63b53fcd3acf19d2916d810df.zip |
event form cleanup backported from trinidad - still need to style the checkboxes
Diffstat (limited to 'view/css')
-rw-r--r-- | view/css/mod_events.css | 31 |
1 files changed, 27 insertions, 4 deletions
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; } |