source: extensions/BatchDownloader/template/style.css @ 23290

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

WORK IN PROGRESS: allow to download derivatives
TODO: only working with images files, finish download page

File size: 621 bytes
Line 
1blockquote.comment {
2  margin:0 20px 0 20px;
3}
4
5ul.set-infos {
6  margin-top:30px;
7}
8
9ul.set-infos .error {
10  color:#f00;
11  font-weight:bold;
12  margin-bottom:10px;
13  list-style:none;
14}
15
16ul.download-links {
17  list-style:none;
18  padding-left:25px;
19}
20
21ul.download-links .warning {
22  color:#FF7F00;
23  font-weight:bold;
24  margin-top:10px;
25  margin-left:20px;
26}
27
28a.cancel-down {
29  display:inline-block;
30  margin-top:20px;
31  padding:2px 5px;
32  font-weight:bold;
33  color:#a11;
34  border:1px solid #a11;
35}
36  a.cancel-down:hover {
37    color:#f00;
38    border-color:#f00;
39  }
40 
41.downloadSizeDetails {font-style:italic; font-size:80%;}
Note: See TracBrowser for help on using the repository browser.