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

Last change on this file since 16400 was 16400, checked in by mistic100, 12 years ago
  • display creation date
  • improve set titles for Tags and Calendar
  • add Download history admin page

TODO : User Selection, localization, change archive name to more user-friendly one in the Force-Download

File size: 524 bytes
Line 
1.chzn-choices li {
2  clear:none !important;
3}
4
5.property {
6  width:auto !important;
7}
8
9input[name='max_size'], input[name='max_elements'] {
10  border:none;
11  background:none;
12  font-weight:bold;
13  margin-left:5px;
14}
15
16#max_size, #max_elements {
17  display:inline-block;
18  width:300px;
19}
20
21.table2 .action {
22  width:70px;
23}
24.table2 .user {
25  width:120px;
26}
27.table2 .date {
28  width:180px;
29}
30.table2 .size {
31  width:100px;
32}
33.table2 .images {
34  width:100px;
35}
36.table2 .archives {
37  width:110px;
38}
39.table2 .status {
40  width:100px;
41}
Note: See TracBrowser for help on using the repository browser.