Publication button works, but need better error messages.
[redakcja.git] / platforma / static / css / dialogs.css
index 026fc9d..1c22868 100644 (file)
@@ -1,4 +1,4 @@
-#save_dialog {
+.dialog {
        display: none;
        padding: 5px;
        text-align: left;
@@ -6,11 +6,6 @@
        background-color: #E1E1E1; /* #e0ffb8; */
 }
 
-#save_dialog textarea {
-       width: 90%;
-       margin: 0.2em 4%;
-}
-
 .dialog .help_text {
        font-size: 11px;
        color: #2e3536;  
 .dialog p {
        margin: 0.5em;
 }
+
+*[data-ui-error-for] {
+       color: red;
+       font-weight: bold;
+}
+
+#save_dialog textarea {
+       width: 90%;
+       margin: 0.2em 4%;
+}
\ No newline at end of file