]> mj.ucw.cz Git - pciids.git/blob - static/common.css
Notification on empty path
[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 div.footer div.campaign
20 {
21         float: right;
22         margin: 0.2em;
23         margin-top: 0.6em;
24 }
25 div#sourceforge img
26 {
27         border: none;
28 }
29 input.text,
30 input.password,
31 textarea
32 {
33         width: 100%;
34 }
35 input.jump
36 {
37         width: 16em;
38 }
39 form.jump p
40 {
41         margin-top: 0px;
42 }
43 form.admin col.author
44 {
45         width: 20%;
46 }
47 form.admin col.main
48 {
49         width: 74%;
50 }
51 form.admin col.controls
52 {
53         width: 3%;
54 }
55 div.top
56 {
57         padding: 0ex;
58         margin: 0 0 4ex 0;
59 }
60 div.top h1,
61 div.top p.home
62 {
63         text-align: center;
64         margin: 0 0;
65 }
66 div.help-example div.bluesquare
67 {
68         float: left;
69 }
70 div.help-example p.home
71 {
72         position: absolute;
73         right: 0em;
74         left: 0em;
75 }
76 div.help-example h1,
77 div.help-example p.home
78 {
79         text-align: center;
80 }
81 div.top h1
82 {
83         margin-top: 0.5ex;
84 }
85 div.top p.home
86 {
87         margin-bottom: 1ex;
88 }