fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Merge branch 'pretty' of github.com:fnp/wolnelektury into pretty
[wolnelektury.git]
/
wolnelektury
/
static
/
css
/
dialogs.css
diff --git
a/wolnelektury/static/css/dialogs.css
b/wolnelektury/static/css/dialogs.css
index
dc76e6c
..
d83116b
100755
(executable)
--- 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;
.cuteform ol, .cuteform ul {
padding: 0;
margin: 0;
list-style: none;
+ font-style: 1.1em;
}
.cuteform ol li, .cuteform ul li {
}
.cuteform ol li, .cuteform ul li {
@@
-22,6
+26,9
@@
color: #BF3024;
display: block;
}
color: #BF3024;
display: block;
}
+.cuteform .errorlist {
+ color: #BF3024;
+}
.jqmOverlay { background-color: #000; }
.jqmOverlay { background-color: #000; }
@@
-33,9
+40,11
@@
background-color: transparent;
margin-top: -0.5em;
margin-left: 1em;
background-color: transparent;
margin-top: -0.5em;
margin-left: 1em;
+ width: 20em;
}
.dialog-window div.header {
}
.dialog-window div.header {
+ font-size: 1.1em;
width: 4em;
background-color: #FFF;
border-right: 0.3em solid #DDD;
width: 4em;
background-color: #FFF;
border-right: 0.3em solid #DDD;
@@
-60,28
+69,49
@@
font-size: 1.2em;
}
font-size: 1.2em;
}
+.dialog-window textarea, .dialog-window input {
+ width: 100%;
+}
+
+.hidelabels label {
+ display: block;
+ width: 1px;
+ height: 1px;
+ overflow:hidden;
+}
+
+
#login-window {
#login-window {
- width: 2
4
em;
+ width: 2
6
em;
}
#register-window {
}
#register-window {
- width: 24em;
+ width: 26em;
+}
+#context-login-window {
+ width: 26em;
}
#suggest-window {
}
#suggest-window {
- width: 2
4
em;
+ width: 2
6
em;
}
#suggest-window textarea {
}
#suggest-window textarea {
- width: 19em;
height: 6em;
}
#suggest-publishing-window {
height: 6em;
}
#suggest-publishing-window {
- width: 2
6
em;
+ width: 2
9
em;
}
#suggest-publishing-window textarea {
}
#suggest-publishing-window textarea {
- width: 21em;
height: 3em;
}
height: 3em;
}
+
+#custom-pdf-window {
+ width: 24em;
+}
+
+#custom-pdf-window label {
+ display: inline;
+}