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/theme | |
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/theme')
-rw-r--r-- | view/theme/redbasic/css/style.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index c95909085..73b13c1bf 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -1177,6 +1177,8 @@ nav .acpopup { .required { color: #FF0000; + font-size: 200%; + margin-left: 5px; } #event-start-text, #event-finish-text { |