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

Last change on this file since 16697 was 16697, checked in by mistic100, 12 years ago

-button on admin page to purge download list
-confirmation is properly updated on UserCollection page

File size: 848 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 .throw {
22  font-size:100%;
23}
24TABLE.table2 THEAD TD {
25  padding: 0 5px !important;
26}
27.table2 .action {
28  width:70px;
29}
30.table2 .user {
31  width:150px;
32}
33.table2 .date {
34  width:200px;
35}
36.table2 .size {
37  width:100px;
38}
39.table2 .images {
40  width:100px;
41}
42.table2 .archives {
43  width:110px;
44}
45.table2 .status {
46  width:120px;
47}
48
49.ui-slider { background:#666;border-radius:2px;border:1px solid #888; }
50.ui-slider .ui-slider-handle { border:1px solid #ccc;background:#444;border-radius:0.6em; }
51.ui-slider .ui-slider-range { background:#888;border-radius:2px; }
Note: See TracBrowser for help on using the repository browser.