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

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

New plugin photoWidget : first public release

File size: 465 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  filter: alpha(opacity=70);
38  opacity: 0.7;
39  -moz-opacity: 0.7;
40  -khtml-opacity: 0.7;
41
42}
Note: See TracBrowser for help on using the repository browser.