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

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

update for Piwigo 2.6 + code cleaning + fix unable to cancel set during generation

File size: 915 bytes
Line 
1blockquote.comment {
2  margin:0 20px 0 20px;
3}
4
5ul.set-infos {
6  margin-top:20px;
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:10px;
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 {
42  font-style:italic;
43  font-size:80%;
44}
45
46#progressBar {
47  width:300px;
48  position:relative;
49}
50#progressBar_pbImage {
51  border-radius:12px;
52}
53#progressBar_pbText {
54  color:white;
55  font-weight:bold;
56  font-size:16px;
57  line-height:16px;
58  position:absolute;
59  right:5px;
60  top:50%;
61  margin-top:-9px;
62  text-shadow:0 0 3px #000;
63}
Note: See TracBrowser for help on using the repository browser.