update save-as-tag
[prawokultury.git] / prawokultury / static / css / forms.scss
old mode 100755 (executable)
new mode 100644 (file)
index 626702e..298f90a
@@ -1,5 +1,5 @@
 .form-info {
-    font-size: 1.2em;
+    font-size: 1.3em;
 }
 
 .submit-form {
     label {
         font-size: 1.2em;
         font-weight: normal;
+        h3 {
+            display: inline;
+        }
     }
 
-    .errorlist {
+    ul.errorlist {
         color: #e41b13;
         font-size: 1.2em;
         padding: 0 0 0 1.3em;
             color: #363A3B;
         }
     }
+
+    .required {
+        label {
+            font-weight: bold;
+
+            &:before {
+                content: '* ';
+            }
+        }
+
+        ul {
+            list-style: none;
+            margin: 0;
+            padding: 0;
+
+            label {
+                font-weight: normal;
+
+                &:before {
+                    content: none;
+                }
+            }
+            &.errorlist {
+                list-style: url("/static/img/read-more.png");
+                padding: 0 0 0 1.3em;
+                margin: 0 0 .5em 0;
+            }
+        }
+    }
+
+
+    input[type="radio"] {
+        width: auto;
+    }
 }