Added pading and negative margin to top message style.
[wolnelektury.git] / media / css / master.css
index 942111c..3876138 100644 (file)
@@ -312,6 +312,15 @@ em {
     display: block;
 }
 
+.cuteform span.help-text {
+    display: block;
+    font-size: 0.8em;
+    color: #999;
+}
+
+.cuteform .error {
+    color: #BF3024;
+}
 
 /* ================ */
 /* = Modal Window = */
@@ -379,3 +388,9 @@ em {
     list-style: none;
 }
 
+#top-message {
+    background-color: #2F4110;
+    color: #FFF;
+    margin:-2em -2em 2em;
+    padding:0.25em 2em 0.5em;
+}