source: extensions/pwgCumulus/css/admin.css @ 5201

Last change on this file since 5201 was 5201, checked in by nikrou, 14 years ago

Initial version

File size: 307 bytes
Line 
1form fieldset { 
2  text-align: left;
3}
4
5form p.field, p { 
6  text-align: left;
7  margin-left: 20px;
8}
9
10label {
11  display : block;
12}
13
14p.field {
15  position: relative;
16}
17
18p.field label {
19  display: block;
20  width: 14em;
21}
22
23p.field input {
24  display: inline;
25  position: absolute;
26  left: 15em;
27  top: 0;
28}
29
30
31
32
Note: See TracBrowser for help on using the repository browser.