]> WPIA git - gigi.git/commitdiff
Merge "upd: get enough space between radio/checkbox and following text"
authorMarcus Mängel <m.maengel@inopiae.de>
Sun, 8 Sep 2019 14:03:28 +0000 (16:03 +0200)
committerGerrit Code Review <gigi-system@dogcraft.de>
Sun, 8 Sep 2019 14:03:28 +0000 (16:03 +0200)
static/static/css/main.css

index ae8bdc6410a6e0c31d9a242c5ddab0e89bd3cb32..f49bf0b662126a3a39295c459d9ca870a2e65b09 100644 (file)
@@ -32,4 +32,9 @@ div.error-msgs p{
 }
 .card {
     margin-bottom: 10px;
-}
\ No newline at end of file
+}
+
+input[type=radio],
+ input[type=checkbox]{
+    margin: .4rem;
+}