diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-12-10 13:29:40 +0100 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-12-10 13:30:28 +0100 |
commit | 5c36b0bf5daaaa5e2283cec148e7901db2caa100 (patch) | |
tree | 606b4f058e27755580fe77ebf0397c8b3923a0ee /core/css | |
parent | 269ae49c1c5723031386ce5d706282acc7fef6da (diff) | |
download | nextcloud-server-5c36b0bf5daaaa5e2283cec148e7901db2caa100.tar.gz nextcloud-server-5c36b0bf5daaaa5e2283cec148e7901db2caa100.zip |
improve update error page: remove box, make link visible, insert missing space, remove line break
Diffstat (limited to 'core/css')
-rw-r--r-- | core/css/styles.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/core/css/styles.css b/core/css/styles.css index 2859399b59e..f29444e80d6 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -365,6 +365,11 @@ input[type="submit"].enabled { margin-bottom: 30px; } +#body-login .update a { + color: #fff; + border-bottom: 1px solid #aaa; +} + #body-login .infogroup { margin-bottom: 15px; } |