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

Last change on this file since 19908 was 19908, checked in by nikrou, 11 years ago

Make plugin compatible with piwigo 2.4
Improve selection of albums (auto-complete)

File size: 408 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  width: 700px;
35}
36
37p.hide { 
38  display: none;
39}
Note: See TracBrowser for help on using the repository browser.