Choose your day.
[prawokultury.git] / prawokultury / static / css / forms.css
index 4acb30f..23803d4 100644 (file)
@@ -1,5 +1,5 @@
 .form-info {
-  font-size: 1.2em; }
+  font-size: 1.3em; }
 
 .submit-form {
   margin-top: 3em; }
       color: #363A3B; }
   .submit-form .required label {
     font-weight: bold; }
-  .submit-form .required label:before {
-    content: '* '; }
+    .submit-form .required label:before {
+      content: '* '; }
+  .submit-form .required ul {
+    list-style: none;
+    margin: 0;
+    padding: 0; }
+    .submit-form .required ul label {
+      font-weight: normal; }
+      .submit-form .required ul label:before {
+        content: none; }
+  .submit-form input[type="radio"] {
+    width: auto; }