diff options
author | Julius Haertl <jus@bitgrid.net> | 2016-11-16 13:52:06 +0100 |
---|---|---|
committer | Julius Haertl <jus@bitgrid.net> | 2016-11-16 14:06:33 +0100 |
commit | beeb8192924bb96b27321fea3301ea24f2d1252c (patch) | |
tree | f42d74f69d2cbdec0e2d01259ae63570c5a50808 /core/css | |
parent | 520f2f62212fdfbd0abcda55c541f62549db31b4 (diff) | |
download | nextcloud-server-beeb8192924bb96b27321fea3301ea24f2d1252c.tar.gz nextcloud-server-beeb8192924bb96b27321fea3301ea24f2d1252c.zip |
Fix margin for checkboxes in multiselect options
Signed-off-by: Julius Haertl <jus@bitgrid.net>
Diffstat (limited to 'core/css')
-rw-r--r-- | core/css/multiselect.css | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/core/css/multiselect.css b/core/css/multiselect.css index cc1d6a3b468..8bcbd0e563d 100644 --- a/core/css/multiselect.css +++ b/core/css/multiselect.css @@ -31,9 +31,6 @@ ul.multiselectoptions.up { ul.multiselectoptions>li { overflow: hidden; white-space: nowrap; -} - -ul.multiselectoptions > li > input[type="checkbox"]+label:before { margin-left: 7px; } ul.multiselectoptions > li input[type='checkbox']+label { @@ -106,6 +103,7 @@ ul.multiselectoptions input.new { ul.multiselectoptions > li.creator { padding: 10px; + margin: 0; font-weight: bold; } ul.multiselectoptions > li.creator > input { |