diff options
author | Georg Ehrke <dev@georgswebsite.de> | 2012-01-17 19:38:38 +0100 |
---|---|---|
committer | Georg Ehrke <dev@georgswebsite.de> | 2012-01-17 19:48:29 +0100 |
commit | 69ca0ae177ad20b45e630838343527558573064d (patch) | |
tree | e550b21f94480b4229007f226f46c0151de5e83b /apps/calendar/css | |
parent | 1f952318019baca4a8c628b2baeb23b82cc85c99 (diff) | |
download | nextcloud-server-69ca0ae177ad20b45e630838343527558573064d.tar.gz nextcloud-server-69ca0ae177ad20b45e630838343527558573064d.zip |
move loading icon to the top bar
Diffstat (limited to 'apps/calendar/css')
-rw-r--r-- | apps/calendar/css/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/calendar/css/style.css b/apps/calendar/css/style.css index 6555c25a767..108bc647a7f 100644 --- a/apps/calendar/css/style.css +++ b/apps/calendar/css/style.css @@ -17,7 +17,7 @@ #editentry_dialog {display: none;} #parsingfail_dialog{display: none;} -#loading { display: none; left: 40%; position: fixed; top: 4.4em; z-index: 100; } +#loading { display: none;margin: 0;padding:0;margin-top:5px;} #calendar_holder {position: relative;bottom: 0; right: 0; left: 0; top: 3em;} .fc-content{padding:2px 4px;} |