diff --git a/index.html b/index.html index 664dab3..4bfec36 100644 --- a/index.html +++ b/index.html @@ -15,27 +15,27 @@ background:lightgrey; border-radius: 5px; } + .block > * + { + padding:10px 0 10px 10px; + } + .block > *:last-child + { + padding-right: 10px; + } - - .style--wide + .block label { width:100%; } - .pad-normal - { - padding:10px; - } - - input[type='radio'] + .block input[type='radio'] { display: block; position: relative; - top: 0; - left: 0; margin: 0; appearance: none; } - input[type='radio']::before + .block input[type='radio']::before { content: " "; display: block; @@ -45,7 +45,7 @@ border: 2px solid #000; border-radius: 20px; } - input[type='radio']:checked::after + .block input[type='radio']:checked::after { content: " "; display: block; @@ -64,31 +64,24 @@