Merge branch 'pretty' of github.com:fnp/wolnelektury into pretty
[wolnelektury.git] / wolnelektury / static / css / dialogs.css
1 .cuteform {
2     font-size: 1.1em;
3 }
4 .cuteform ol, .cuteform ul {
5     padding: 0;
6     margin: 0;
7     list-style: none;
8     font-style: 1.1em;
9 }
10
11 .cuteform ol li, .cuteform ul li {
12     margin-top: 0.7em;
13 }
14
15 .cuteform label {
16     display: block;
17 }
18
19 .cuteform span.help-text {
20     display: block;
21     font-size: 0.8em;
22     color: #999;
23 }
24
25 .cuteform .error {
26     color: #BF3024;
27     display: block;
28 }
29 .cuteform .errorlist {
30     color: #BF3024;
31 }
32
33
34 .jqmOverlay { background-color: #000; }
35
36
37 .dialog-window {
38     position: absolute;
39     display: none;
40     background-color: transparent;
41     margin-top: -0.5em;
42     margin-left: 1em;
43 }
44
45 .dialog-window div.header {
46     font-size: 1.1em;
47     width: 4em;
48     background-color: #FFF;
49     border-right: 0.3em solid #DDD;
50     padding: 0.5em 1em 0.5em 1em;
51     right: 0;
52     left: auto;
53     float: right;
54     text-align: center;
55 }
56
57
58 .dialog-window div.target {
59     background-color: #FFF;
60     color: black;
61     border-right: 0.3em solid #DDD;
62     border-bottom: 0.3em solid #DDD;
63     padding: 1em;
64     clear: both;
65 }
66
67 .dialog-window h1 {
68     font-size: 1.2em;
69 }
70
71 .dialog-window textarea, .dialog-window input {
72     width: 100%;
73 }
74
75 #login-window {
76     width: 26em;
77 }
78 #register-window {
79     width: 26em;
80 }
81
82 #suggest-window {
83     width: 26em;
84 }
85
86 #suggest-window textarea {
87     height: 6em;
88 }
89
90 #suggest-publishing-window {
91     width: 29em;
92 }
93
94 #suggest-publishing-window textarea {
95     height: 3em;
96 }
97
98 #custom-pdf-window {
99     width: 24em;   
100 }
101
102 #custom-pdf-window label {
103     display: inline;
104 }