Dodanie komunikatów o błędach, gdy nie zostanie wpisana nazwa użytkownika lub opis...
[redakcja.git] / project / static / css / master.css
index 87262b5..a80c82b 100644 (file)
@@ -86,3 +86,18 @@ textarea {
     overflow-y: scroll;
     overflow-x: hidden;
 }
+
+.errorlist {
+    color: red;
+    margin: 0 20px 0 0;
+    padding: 0;
+    float: left;
+}
+
+.errorlist:before {
+    content: '';
+    clear: both;
+}
+p { 
+    margin: 0;
+}
\ No newline at end of file