Priviliged users can now add tags. Also, some minor cleanups in JS.
[redakcja.git] / platforma / static / css / dialogs.css
index 9d03435..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;  
@@ -30,3 +25,8 @@
        color: red;
        font-weight: bold;
 }
+
+#save_dialog textarea {
+       width: 90%;
+       margin: 0.2em 4%;
+}
\ No newline at end of file