Lepsze wiadomoĊ›ci.
[redakcja.git] / project / static / css / master.css
index 06196c7..7c794e5 100644 (file)
@@ -325,7 +325,7 @@ input.image-gallery-current-page {
 
 .htmlview {
     position: absolute;
-    top: 0;
+    top: 25px;
     right: 0;
     bottom: 0;
     left: 0;
@@ -349,4 +349,23 @@ body#base button {
 
 body#base button:hover {
     background-color: #EEE;
-}
\ No newline at end of file
+}
+
+/* ================= */
+/* = Message boxes = */
+/* ================= */
+.info {
+    background-color: gray;
+}
+
+.success {
+    background-color: green;
+}
+
+.error {
+    background-color: yellow;
+}
+
+.critical {
+    background-color: red;
+}