From fb3e9d71832155275ac70cdb2f88569b2dd9f4ed Mon Sep 17 00:00:00 2001 From: Johan Girod Date: Thu, 26 Apr 2018 18:41:29 +0200 Subject: [PATCH] =?UTF-8?q?:art:=20:bug:=20enl=C3=A8ve=20les=20bulles=20bl?= =?UTF-8?q?anche=20de=20la=20liste=20des=20target?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/components/TargetSelection.css | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/source/components/TargetSelection.css b/source/components/TargetSelection.css index 9aa14c49f..947c969e4 100644 --- a/source/components/TargetSelection.css +++ b/source/components/TargetSelection.css @@ -24,6 +24,7 @@ #targetSelection #targets { margin: 0; + list-style: none; /* For the checkbox that will appear */ padding: 0; } @@ -31,15 +32,14 @@ margin-bottom: 0; } -#targetSelection #targets > li { +#targetSelection #targets > li { margin-bottom: 0.5em; background: rgba(0, 0, 0, 0.25); - padding: .4em .6em .4em; - border-radius: .3em; - + padding: 0.4em 0.6em 0.4em; + border-radius: 0.3em; } -#targetSelection #targets > li .main { - display: flex; +#targetSelection #targets > li .main { + display: flex; align-items: center; justify-content: space-between; } @@ -66,7 +66,6 @@ font-size: 220%; } - #targetSelection .optionTitle { font-size: 115%; font-weight: 600; @@ -124,8 +123,7 @@ } #targetSelection .inputSuggestions { - margin: .6em 0 - + margin: 0.6em 0; } /* Autre idée pour styler les checkboxes https://codepen.io/KenanYusuf/pen/PZKEKd */