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