]> mj.ucw.cz Git - pciids.git/blob - static/common.css
Make a blue square around the header
[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 }
45 div.top
46 {
47         padding: 0ex;
48         margin: 0 0 4ex 0;
49 }
50 div.top h1,
51 div.top p.home
52 {
53         text-align: center;
54         margin: 0 0;
55 }
56 div.top h1
57 {
58         margin-top: 0.5ex;
59 }
60 div.top p.home
61 {
62         margin-bottom: 1ex;
63 }