diff options
author | Vincent Petry <pvince81@owncloud.com> | 2014-06-24 17:48:17 +0200 |
---|---|---|
committer | Vincent Petry <pvince81@owncloud.com> | 2014-06-24 17:48:17 +0200 |
commit | d18234112bc5fcbd318c79d069a06e1808baff93 (patch) | |
tree | d5fddce3ee6559745c8bdcba4f10a7d39f9c28dc | |
parent | 6be236913c48cc770beeb9d0d1c351d187237843 (diff) | |
parent | e2fd6dc3abd36b7ed1c6ff405ed0bd1495d2f76c (diff) | |
download | nextcloud-server-d18234112bc5fcbd318c79d069a06e1808baff93.tar.gz nextcloud-server-d18234112bc5fcbd318c79d069a06e1808baff93.zip |
Merge pull request #9180 from owncloud/fix-error-on.update-page
fixes the layout for error messages on the update page
-rw-r--r-- | core/css/styles.css | 6 |
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; } |