source: extensions/photoWidget/css/admin.css @ 5647

Last change on this file since 5647 was 5647, checked in by nikrou, 14 years ago
  • Improve categories selections in admin
  • Fix some mispelling language keys
File size: 392 bytes
Line 
1form fieldset {
2  text-align: left;
3}
4
5form p.field, p {
6  text-align: left;
7  margin-left: 20px;
8}
9
10p.field { 
11  clear: both;
12  padding: 1em 0;
13}
14
15p.field label, p.field span {
16  float: left;
17  width: 14em;
18}
19
20p.radio label { 
21  width: 4em;
22}
23
24p.field input {
25  float: left;
26}
27
28p.pw-categories label {
29  float: left;
30}
31
32p.pw-categories select {
33  float: left;
34}
35
36p.hide { 
37  display: none;
38}
Note: See TracBrowser for help on using the repository browser.