diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2015-05-22 02:30:55 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2015-05-22 02:30:55 +0200 |
commit | 6bba345f34b7500d79268b94d32ef92857b40350 (patch) | |
tree | db2992916ba8e049a06652d078769a5ecb2a79ba /core | |
parent | 39d1e99228a22e232795b9800503697b866f5023 (diff) | |
download | nextcloud-server-6bba345f34b7500d79268b94d32ef92857b40350.tar.gz nextcloud-server-6bba345f34b7500d79268b94d32ef92857b40350.zip |
fix float spinner position
Diffstat (limited to 'core')
-rw-r--r-- | core/css/styles.css | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/core/css/styles.css b/core/css/styles.css index fe259e87d51..e019b874f61 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -40,6 +40,10 @@ body { height: 32px; display: none; } +#body-login .float-spinner { + margin-top: -32px; + padding-top: 32px; +} #nojavascript { position: fixed; @@ -1068,4 +1072,3 @@ fieldset.warning legend + p, fieldset.update legend + p { @-ms-viewport { width: device-width; } - |