[Pkg-owncloud-commits] [owncloud] 113/457: fix float spinner position

David Prévot taffit at moszumanska.debian.org
Sun Jun 28 20:05:41 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch stable8
in repository owncloud.

commit 6bba345f34b7500d79268b94d32ef92857b40350
Author: Jan-Christoph Borchardt <hey at jancborchardt.net>
Date:   Fri May 22 02:30:55 2015 +0200

    fix float spinner position
---
 core/css/styles.css | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/core/css/styles.css b/core/css/styles.css
index fe259e8..e019b87 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;
 }
-

-- 
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