source: extensions/BatchDownloader/admin/template/style.css @ 23383

Last change on this file since 23383 was 23383, checked in by mistic100, 11 years ago

new parameters on config screen "photo_size", "one_archive", "force_pclzip", "direct"

File size: 935 bytes
Line 
1.chzn-choices li {
2  clear:none !important;
3}
4
5input[name='max_size'], input[name='max_elements'] {
6  border:none;
7  background:none;
8  font-weight:bold;
9  margin-left:5px;
10}
11
12#max_size, #max_elements {
13  display:inline-block;
14  width:300px;
15}
16
17.table2 .throw {
18  font-size:100%;
19  line-height: 1em;
20}
21TABLE.table2 THEAD TD {
22  padding: 3px 5px !important;
23}
24.table2 .action {
25  width:70px;
26}
27.table2 .user {
28  width:150px;
29}
30.table2 .date {
31  width:230px;
32}
33.table2 .size {
34  width:100px;
35}
36.table2 .img_size {
37  width:120px;
38}
39.table2 .images {
40  width:100px;
41}
42.table2 .archives {
43  width:110px;
44}
45.table2 .status {
46  width:120px;
47}
48
49.showInfo {
50  position:static;
51  display:inline-block;
52  padding:1px 6px;
53  width:4px;
54  height:14px;
55  line-height:14px;
56  font-size:0.8em;
57}
58
59.advanced span {
60  font-family: 'Courrier New',monospace;
61  font-size: 11pt;
62  font-style:normal;
63}
64.advanced dd:not(:last-child) {
65  margin-bottom:1em;
66}
Note: See TracBrowser for help on using the repository browser.