Last change
on this file since 9061 was
6222,
checked in by nikrou, 15 years ago
|
Database migration plugin : first public version
|
File size:
667 bytes
|
Line | |
---|
1 | #content { |
---|
2 | text-align: left; |
---|
3 | } |
---|
4 | |
---|
5 | #content h3, fieldset, fieldset p { |
---|
6 | text-align: left; |
---|
7 | } |
---|
8 | |
---|
9 | #content h3, p { |
---|
10 | margin-left: 15px; |
---|
11 | } |
---|
12 | |
---|
13 | ul.actions { |
---|
14 | text-align: left; |
---|
15 | margin: -20px 0 0 15px; |
---|
16 | padding: 0; |
---|
17 | } |
---|
18 | |
---|
19 | ul.actions li a { |
---|
20 | margin-right: 5px; |
---|
21 | } |
---|
22 | |
---|
23 | p.field { |
---|
24 | position: relative; |
---|
25 | } |
---|
26 | |
---|
27 | p.field label { |
---|
28 | display: block; |
---|
29 | width: 19em; |
---|
30 | text-align: right; |
---|
31 | } |
---|
32 | |
---|
33 | p.field input, p.field select, p.field span.value { |
---|
34 | display: inline; |
---|
35 | position: absolute; |
---|
36 | left: 20em; |
---|
37 | top: 0; |
---|
38 | } |
---|
39 | |
---|
40 | ul.process { |
---|
41 | list-style-type: none; |
---|
42 | } |
---|
43 | |
---|
44 | ul.process li { |
---|
45 | margin-bottom: 10px; |
---|
46 | } |
---|
47 | |
---|
48 | .content table { |
---|
49 | margin: 20px 0 0 15px; |
---|
50 | } |
---|
51 | |
---|
52 | div.errors p, div.infos p { |
---|
53 | margin-left: 30px; |
---|
54 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.