]> WPIA git - gigi.git/blobdiff - static/static/css/main.css
upd: get enough space between radio/checkbox and following text
[gigi.git] / static / static / css / main.css
index f8cd07292df2975ae34f499ffa3a918169f4739d..f49bf0b662126a3a39295c459d9ca870a2e65b09 100644 (file)
@@ -23,3 +23,18 @@ div.error-msgs p{
 .summary-table td{
     padding: 0 3px;
 }
+.js-hint {
+    display: none;
+}
+
+.gigi-radio label {
+    font-weight: normal;
+}
+.card {
+    margin-bottom: 10px;
+}
+
+input[type=radio],
+ input[type=checkbox]{
+    margin: .4rem;
+}