diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2017-04-26 16:47:04 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2017-04-26 16:47:04 +0200 |
commit | d17258d4b959615be99d090aeadb86c4c89deabd (patch) | |
tree | f31b2c81dbe5f9c88e665936ae1c718b30161d9e /core | |
parent | ba43a093801b6aa07bf1c9269c656d86100e9b3a (diff) | |
download | nextcloud-server-d17258d4b959615be99d090aeadb86c4c89deabd.tar.gz nextcloud-server-d17258d4b959615be99d090aeadb86c4c89deabd.zip |
Fix filelist and checkbox vertical align
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'core')
-rw-r--r-- | core/css/inputs.scss | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/core/css/inputs.scss b/core/css/inputs.scss index e76e5bea150..13a164e13f2 100644 --- a/core/css/inputs.scss +++ b/core/css/inputs.scss @@ -206,7 +206,6 @@ input { height: 1px; overflow: hidden; + label { - padding: 6px 0; user-select: none; } &:disabled + label, @@ -220,8 +219,8 @@ input { width: 12px; vertical-align: middle; border-radius: 50%; - margin: 6px; - margin-top: -2px; + margin: 3px; + margin-top: 1px; border: 1px solid nc-lighten($color-main-text, 53%); } &:not(:disabled):not(:checked) + label:hover:before, |