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

Last change on this file since 16731 was 16392, checked in by mistic100, 12 years ago
  • stylish download page
  • if there is only one archive, the file is downloaded directly
  • improve configuration page + add sliders (needs Piwigo 2.4.2)
File size: 561 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  }
Note: See TracBrowser for help on using the repository browser.