Squeeze menu a little bit so its new content stays within one line
[prawokultury.git] / prawokultury / static / css / forms.scss
index 626702e..3a6f6d4 100644 (file)
@@ -1,5 +1,5 @@
 .form-info {
-    font-size: 1.2em;
+    font-size: 1.3em;
 }
 
 .submit-form {
             color: #363A3B;
         }
     }
+
+    .required label {
+        font-weight: bold;
+    }
+    .required label:before {
+        content: '* ';
+    }
+
+    input[type="radio"] {
+        width: auto;
+    }
 }