diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2017-04-25 15:57:02 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2017-04-25 17:45:35 +0200 |
commit | 4e537b5d6bf95a49a4aa7b3ccd66a6ad92185cea (patch) | |
tree | f8b1d0d0ad642f822aeeedbdab720adad627fcfb /settings/css | |
parent | f62b75b2b828f1561c6486e49ef8f688fb2abf3e (diff) | |
download | nextcloud-server-4e537b5d6bf95a49a4aa7b3ccd66a6ad92185cea.tar.gz nextcloud-server-4e537b5d6bf95a49a4aa7b3ccd66a6ad92185cea.zip |
Small layout fixes to settings hints
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'settings/css')
-rw-r--r-- | settings/css/settings.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/settings/css/settings.css b/settings/css/settings.css index 814592baa45..fe7be86d6e8 100644 --- a/settings/css/settings.css +++ b/settings/css/settings.css @@ -979,8 +979,8 @@ doesnotexist:-o-prefocus, .strengthify-wrapper { #warning { color: red; } + .settings-hint { - margin-top: -12px; - color: #AAAAAA; - font-size: 90%; + margin-bottom: 12px; + opacity: .7; } |