]> mj.ucw.cz Git - pciids.git/blob - static/common.css
Email needs at last one dot after @
[pciids.git] / static / common.css
1 form table,
2 table.subnodes
3 {
4         width: 100%;
5         table-layout: fixed;
6 }
7 col.name-col
8 {
9         width: 60%;
10 }
11 form table col.label
12 {
13         width: 15%;
14 }
15 form table col.edit
16 {
17         width: 85%;
18 }
19 input.text,
20 input.password,
21 textarea
22 {
23         width: 100%;
24 }
25 input.jump
26 {
27         width: 8em;
28 }
29 form.jump p
30 {
31         margin-top: 0px;
32 }
33 form.admin col.author
34 {
35         width: 20%;
36 }
37 form.admin col.main
38 {
39         width: 74%;
40 }
41 form.admin col.controls
42 {
43         width: 3%;
44 }