[Pkg-owncloud-commits] [owncloud] 34/67: fixes the layout for error messages on the update page

David Prévot taffit at moszumanska.debian.org
Fri Jun 27 23:58:15 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 e2fd6dc3abd36b7ed1c6ff405ed0bd1495d2f76c
Author: Morris Jobke <morris.jobke at gmail.com>
Date:   Tue Jun 24 08:39:43 2014 +0200

    fixes the layout for error messages on the update page
---
 core/css/styles.css | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/core/css/styles.css b/core/css/styles.css
index 7579137..c1f42b4 100644
--- a/core/css/styles.css
+++ b/core/css/styles.css
@@ -622,6 +622,12 @@ label.infield {
 	cursor: pointer;
 }
 
+/* fixes for update page TODO should be fixed some time in a proper way */
+/* this is just for an error while updating the ownCloud instance */
+#body-login .updateProgress .error {
+	margin-top: 10px;
+	margin-bottom: 10px;
+}
 
 /* Alternative Logins */
 #alternative-logins legend { margin-bottom:10px; }

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