summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2015-05-22 02:30:55 +0200
committerJan-Christoph Borchardt <hey@jancborchardt.net>2015-05-22 02:30:55 +0200
commit6bba345f34b7500d79268b94d32ef92857b40350 (patch)
treedb2992916ba8e049a06652d078769a5ecb2a79ba /core
parent39d1e99228a22e232795b9800503697b866f5023 (diff)
downloadnextcloud-server-6bba345f34b7500d79268b94d32ef92857b40350.tar.gz
nextcloud-server-6bba345f34b7500d79268b94d32ef92857b40350.zip
fix float spinner position
Diffstat (limited to 'core')
-rw-r--r--core/css/styles.css5
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;
}
-