diff options
author | friendica <info@friendica.com> | 2015-01-29 20:09:48 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2015-01-29 20:09:48 -0800 |
commit | 4a243b63f7019a1e56ecf03b138cd7fc396236c2 (patch) | |
tree | a313e774b33a0310df56c246654266e75dda4d81 /view/css | |
parent | 912be23e1627211fb417c4b7bced414cbbe38ef0 (diff) | |
download | volse-hubzilla-4a243b63f7019a1e56ecf03b138cd7fc396236c2.tar.gz volse-hubzilla-4a243b63f7019a1e56ecf03b138cd7fc396236c2.tar.bz2 volse-hubzilla-4a243b63f7019a1e56ecf03b138cd7fc396236c2.zip |
cleanup event form and various required indicators on inputs
Diffstat (limited to 'view/css')
-rw-r--r-- | view/css/mod_events.css | 20 |
1 files changed, 16 insertions, 4 deletions
diff --git a/view/css/mod_events.css b/view/css/mod_events.css index 0aef13aa6..8f4a69b4f 100644 --- a/view/css/mod_events.css +++ b/view/css/mod_events.css @@ -2,8 +2,14 @@ width: 400px; } -#event-summary { - width: 400px; +#event-summary-text, #event-start-text, #event-finish-text { + width: 200px; + float: left; +} + +#event-summary, #start_text, #finish_text { + width: 300px; + float: left; } .event-cats { @@ -12,6 +18,12 @@ } .required { - color: #ff0000; - font-size: 1.2rem; + float: left; +} + +#event-datetime-break { + clear: both; +} +#event-nofinish-break { + margin-bottom: 10px; }
\ No newline at end of file |