update save-as-tag
[prawokultury.git] / prawokultury / static / css / forms.scss
index 3a6f6d4..298f90a 100644 (file)
     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;
         }
     }
 
-    .required label {
-        font-weight: bold;
-    }
-    .required label:before {
-        content: '* ';
+    .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;
     }