use html5 placeholder and hide labels,
[wolnelektury.git] / wolnelektury / static / css / dialogs.css
index 05b74dc..08255d3 100755 (executable)
@@ -40,6 +40,7 @@
     background-color: transparent;
     margin-top: -0.5em;
     margin-left: 1em;
+    width: 20em;
 }
 
 .dialog-window div.header {
     width: 100%;
 }
 
+.hidelabels label {
+       width: 1px;
+       height: 1px;
+       overflow:hidden;
+}
+
+
+
 #login-window {
     width: 26em;
 }
 #register-window {
     width: 26em;
 }
+#context-login-window {
+       width: 26em;
+}
 
 #suggest-window {
     width: 26em;
 #suggest-publishing-window textarea {
     height: 3em;
 }
+
+#custom-pdf-window {
+    width: 24em;   
+}
+
+#custom-pdf-window label {
+    display: inline;
+}