summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorMorris Jobke <morris.jobke@gmail.com>2014-06-24 08:39:43 +0200
committerMorris Jobke <morris.jobke@gmail.com>2014-06-24 08:39:43 +0200
commite2fd6dc3abd36b7ed1c6ff405ed0bd1495d2f76c (patch)
treef86d744a57588596117c9054c84df11a858845d9 /core
parent6a4a474aa94202c0d675b86fab384f509b9522f6 (diff)
downloadnextcloud-server-e2fd6dc3abd36b7ed1c6ff405ed0bd1495d2f76c.tar.gz
nextcloud-server-e2fd6dc3abd36b7ed1c6ff405ed0bd1495d2f76c.zip
fixes the layout for error messages on the update page
Diffstat (limited to 'core')
-rw-r--r--core/css/styles.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/core/css/styles.css b/core/css/styles.css
index 75791378ad8..c1f42b457ed 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; }