X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/9771b4edcbb556927312f624de6263395f82e0ba..4af4ef861ca5d4f1684fa0f36a91c2632bbff1bc:/wolnelektury/static/css/dialogs.css?ds=sidebyside

diff --git a/wolnelektury/static/css/dialogs.css b/wolnelektury/static/css/dialogs.css
index b3876c39e..d83116ba6 100755
--- a/wolnelektury/static/css/dialogs.css
+++ b/wolnelektury/static/css/dialogs.css
@@ -1,7 +1,11 @@
+.cuteform {
+    font-size: 1.1em;
+}
 .cuteform ol, .cuteform ul {
     padding: 0;
     margin: 0;
     list-style: none;
+    font-style: 1.1em;
 }
 
 .cuteform ol li, .cuteform ul li {
@@ -22,6 +26,9 @@
     color: #BF3024;
     display: block;
 }
+.cuteform .errorlist {
+    color: #BF3024;
+}
 
 
 .jqmOverlay { background-color: #000; }
@@ -33,9 +40,11 @@
     background-color: transparent;
     margin-top: -0.5em;
     margin-left: 1em;
+    width: 20em;
 }
 
 .dialog-window div.header {
+    font-size: 1.1em;
     width: 4em;
     background-color: #FFF;
     border-right: 0.3em solid #DDD;
@@ -60,29 +69,42 @@
     font-size: 1.2em;
 }
 
+.dialog-window textarea, .dialog-window input {
+    width: 100%;
+}
+
+.hidelabels label {
+	display: block;
+	width: 1px;
+	height: 1px;
+	overflow:hidden;
+}
+
+
 
 #login-window {
-    width: 24em;
+    width: 26em;
 }
 #register-window {
-    width: 24em;
+    width: 26em;
+}
+#context-login-window {
+	width: 26em;
 }
 
 #suggest-window {
-    width: 24em;
+    width: 26em;
 }
 
 #suggest-window textarea {
-    width: 19em;
     height: 6em;
 }
 
 #suggest-publishing-window {
-    width: 26em;
+    width: 29em;
 }
 
 #suggest-publishing-window textarea {
-	width: 21em;
     height: 3em;
 }
 
@@ -92,4 +114,4 @@
 
 #custom-pdf-window label {
     display: inline;
-}
\ No newline at end of file
+}