summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorVincent Petry <pvince81@owncloud.com>2015-05-26 12:13:15 +0200
committerVincent Petry <pvince81@owncloud.com>2015-05-26 12:13:15 +0200
commit7b10e7b7478575ddf7c9da47842a152601380aee (patch)
tree9743b1cc8bfb2b6885c6835275bda0ffabb8fa7b /core
parent39c6a3648848c8098a9c38b818be2ec1169b703d (diff)
parent6bba345f34b7500d79268b94d32ef92857b40350 (diff)
downloadnextcloud-server-7b10e7b7478575ddf7c9da47842a152601380aee.tar.gz
nextcloud-server-7b10e7b7478575ddf7c9da47842a152601380aee.zip
Merge pull request #16520 from owncloud/fix-float-spinner-position
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;
}
-