[Pkg-owncloud-commits] [owncloud] 212/273: Fix update dialog running out of horizontal space in Firefox. Fixes #9298
David Prévot
taffit at moszumanska.debian.org
Fri Jul 4 03:13:18 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository owncloud.
commit 26bb0227cc61fa4a4bea91dede479e77b7945a63
Author: jbtbnl <jbtbnl at users.noreply.github.com>
Date: Wed Jul 2 16:15:13 2014 +0200
Fix update dialog running out of horizontal space in Firefox. Fixes #9298
---
core/css/styles.css | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/core/css/styles.css b/core/css/styles.css
index 66af01a..bfa15eb 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;
}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git
More information about the Pkg-owncloud-commits
mailing list