]> mj.ucw.cz Git - pciids.git/blob - static/common.css
ids_to_dbdump is still needed by the mailbot
[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: 16em;
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.help-example div.bluesquare
57 {
58         float: left;
59 }
60 div.help-example p.home
61 {
62         position: absolute;
63         right: 0em;
64         left: 0em;
65 }
66 div.help-example h1,
67 div.help-example p.home
68 {
69         text-align: center;
70 }
71 div.top h1
72 {
73         margin-top: 0.5ex;
74 }
75 div.top p.home
76 {
77         margin-bottom: 1ex;
78 }