summaryrefslogtreecommitdiffstats
path: root/core/css
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2014-07-02 20:19:29 +0200
committerJan-Christoph Borchardt <hey@jancborchardt.net>2014-07-02 20:19:29 +0200
commit3d0094723ce041e2dd0fc99af208bb9cd06f1adb (patch)
tree8c24d086ed227eade9138526c31b68b1582ea42a /core/css
parent615d037d3e01668538b019913e7c779a8b785818 (diff)
parent26bb0227cc61fa4a4bea91dede479e77b7945a63 (diff)
downloadnextcloud-server-3d0094723ce041e2dd0fc99af208bb9cd06f1adb.tar.gz
nextcloud-server-3d0094723ce041e2dd0fc99af208bb9cd06f1adb.zip
Merge pull request #9369 from owncloud/designfix-update
Update dialog running out of horizontal space in Firefox. fixes #9298
Diffstat (limited to 'core/css')
-rw-r--r--core/css/styles.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/core/css/styles.css b/core/css/styles.css
index 66af01ae3c5..bfa15eb7e50 100644
--- a/core/css/styles.css
+++ b/core/css/styles.css
@@ -572,10 +572,15 @@ label.infield {
}
#body-login .update {
+ width: inherit;
text-align: center;
color: #ccc;
}
+#body-login .v-align {
+ width: inherit;
+}
+
#body-login .update img.float-spinner {
float: left;
}