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

Last change on this file since 25931 was 25931, checked in by mistic100, 10 years ago

allow to configure only one downloadable size

File size: 791 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.advanced span {
50  font-family: 'Courrier New',monospace;
51  font-size: 11pt;
52  font-style:normal;
53}
54.advanced dd:not(:last-child) {
55  margin-bottom:1em;
56}
Note: See TracBrowser for help on using the repository browser.