diff options
author | William Bargent <personal@williambargent.co.uk> | 2016-06-10 09:44:41 +0100 |
---|---|---|
committer | William Bargent <personal@williambargent.co.uk> | 2016-06-10 09:44:41 +0100 |
commit | d64f46afaec71e8e14e09978663ba8d34279dd0b (patch) | |
tree | 1b65d09815151c3b15b33ddcc9e98b343b920237 /core | |
parent | 5a0dc1b994e21f80b5c436d6b44620b42ae323e9 (diff) | |
download | nextcloud-server-d64f46afaec71e8e14e09978663ba8d34279dd0b.tar.gz nextcloud-server-d64f46afaec71e8e14e09978663ba8d34279dd0b.zip |
Single block for PHP Mod not installed
Diffstat (limited to 'core')
-rw-r--r-- | core/css/styles.css | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/core/css/styles.css b/core/css/styles.css index 475c4fa3fb3..451a86a5c47 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -578,9 +578,8 @@ html.ie8 #body-login form input[type="checkbox"] { } /* Fixes for log in page, TODO should be removed some time */ -#body-login .update, -#body-login .error { - margin: 35px auto; +#body-login ul.error-wide { + margin-top: 35px; } #body-login .warning { margin: 0 7px 5px 4px; |