diff options
author | Mario Vavti <mario@mariovavti.com> | 2015-11-24 19:18:26 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2015-11-24 19:18:26 +0100 |
commit | 1767a07f4de9c9f3fa2a4cd8b3fb4e5bad069821 (patch) | |
tree | 4741d7986a514780088f51125c49072c84e14d2d /view/css | |
parent | f520cd92d09e171b92b190c87cf6ea728fbb18bb (diff) | |
download | volse-hubzilla-1767a07f4de9c9f3fa2a4cd8b3fb4e5bad069821.tar.gz volse-hubzilla-1767a07f4de9c9f3fa2a4cd8b3fb4e5bad069821.tar.bz2 volse-hubzilla-1767a07f4de9c9f3fa2a4cd8b3fb4e5bad069821.zip |
efent form template fixes
Diffstat (limited to 'view/css')
-rw-r--r-- | view/css/mod_events.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/view/css/mod_events.css b/view/css/mod_events.css index 86776f400..00dcc40f8 100644 --- a/view/css/mod_events.css +++ b/view/css/mod_events.css @@ -3,3 +3,8 @@ margin-left: -1px; margin-bottom: -1px; } + +.bootstrap-tagsinput { + width: 100%; + padding: 6px 12px; +} |