diff options
author | friendica <info@friendica.com> | 2015-03-26 21:03:54 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2015-03-26 21:03:54 -0700 |
commit | 0837e67a530804f85179908efec1ecbe02b33622 (patch) | |
tree | d5e1b224eb5426a0b22d2cba6865fa23941236f8 /view/css | |
parent | b1f2c29a965112c946b7b312584e13fd05183bbc (diff) | |
download | volse-hubzilla-0837e67a530804f85179908efec1ecbe02b33622.tar.gz volse-hubzilla-0837e67a530804f85179908efec1ecbe02b33622.tar.bz2 volse-hubzilla-0837e67a530804f85179908efec1ecbe02b33622.zip |
minor tweak on event form
Diffstat (limited to 'view/css')
-rw-r--r-- | view/css/mod_events.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/view/css/mod_events.css b/view/css/mod_events.css index c01c3a83b..37e8bbb84 100644 --- a/view/css/mod_events.css +++ b/view/css/mod_events.css @@ -9,7 +9,7 @@ } #event-summary, #start_text { - width: 98%; + width: 95%; float: left; } @@ -31,6 +31,7 @@ .required { float: left; + cursor: default; } #event-datetime-break { |