diff options
author | Ramiro Aparicio <rapariciog@gmail.com> | 2013-10-24 17:46:52 +0200 |
---|---|---|
committer | Ramiro Aparicio <rapariciog@gmail.com> | 2013-10-24 19:21:40 +0200 |
commit | 3a81c8e3af29a95eabed902d7223d0b92c546754 (patch) | |
tree | f878d2d60079ae05d92c8dae2a78a396e6c5cda5 /core/css | |
parent | 808e9b0f515585f8d2bb18de94eed994d14f3749 (diff) | |
download | nextcloud-server-3a81c8e3af29a95eabed902d7223d0b92c546754.tar.gz nextcloud-server-3a81c8e3af29a95eabed902d7223d0b92c546754.zip |
Changed update message to be more instructive, changed update style to be less aggresive
Fix br tags
Improve english messages
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 62ee0e56cae..9a62fe165a6 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -441,6 +441,11 @@ label.infield { cursor:text !important; top:1.05em; left:.85em; } cursor: default; } +#body-login .update { + text-align: center; + color: #ccc; +} + #body-user .warning, #body-settings .warning { margin-top: 8px; padding: 5px; |