From 89064da9e869680cf66384760fa82898985e4c28 Mon Sep 17 00:00:00 2001 From: TreetopFlyer Date: Wed, 8 Sep 2021 14:52:42 -0400 Subject: [PATCH] revert to input outside --- index.html | 57 ++++++++++++++++++++++++------------------------------ 1 file changed, 25 insertions(+), 32 deletions(-) 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 @@
- -
-
-
- -
- Check it -
- Change -
- -
- -

- -
- Check it -

- Change + + + Change