diff options
author | Mario Vavti <mario@mariovavti.com> | 2015-11-27 13:32:20 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2015-11-27 13:32:20 +0100 |
commit | ee153f64d459406f429a8951e95ec0d50fa66956 (patch) | |
tree | 93131dc3fd264d0712dcc96b782a19e81a4b1449 /view/css | |
parent | fa5a382c4b4f8cde8091c4b067a6d9ec9f47a45c (diff) | |
download | volse-hubzilla-ee153f64d459406f429a8951e95ec0d50fa66956.tar.gz volse-hubzilla-ee153f64d459406f429a8951e95ec0d50fa66956.tar.bz2 volse-hubzilla-ee153f64d459406f429a8951e95ec0d50fa66956.zip |
add spinner to events
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 5e0fc2bce..9644a5593 100644 --- a/view/css/mod_events.css +++ b/view/css/mod_events.css @@ -4,6 +4,11 @@ margin-bottom: -1px; } +#events-spinner .spinner { + margin-top: 9px; + margin-bottom: -9px; +} + .bootstrap-tagsinput { width: 100%; padding: 6px 12px; |