]> git.evergreen-ils.org Git - Evergreen.git/blob - Evergreen/css/opac/progress_bar.css
updated make process to copy over new web stuff and not old web stuff
[Evergreen.git] / Evergreen / css / opac / progress_bar.css
1 #progress_bar_location {
2         z-index: -10;
3         position: absolute;
4         /*background: #CCF;*/
5         /*background: #CC6;*/
6         background: #f0b42e;
7         width: 98%;
8         height: 32px;
9         border-collapse: collapse;
10 }
11
12 #progress_bar_percent_location {
13         /*
14         z-index: 5;
15         position: absolute;
16         bottom: 12px;
17         right: 12px;
18         */
19         /*width: 98%;*/
20         /*height: 32px;*/
21         text-align: left;
22         float: left;
23         padding-left: 20px;
24         border-collapse: collapse;
25 }
26
27 .progress_bar {
28         height: 100%;
29         width: 100%;
30         background: #FFF;
31         border-collapse: collapse;
32         white-space:nowrap;
33 }
34
35 .progress_bar_done {
36         height: 100%;
37         width: 100%;
38         /*background: #CCF;*/
39         /*background: #CC6;*/
40         background: #ffb42e;
41         border-collapse: collapse;
42         white-space:nowrap;
43 }
44
45 .progress_bar_chunk {
46         height: 100%;
47         float: left;
48         border-collapse: collapse;
49 }
50
51 .progress_bar_chunk_active {
52         height: 100%;
53         float: left;
54         /*background: #CCF;*/
55         /*background: #CCCC66;*/
56         background: #ffb42e;
57         border-collapse: collapse;
58 }
59
60 .progress_percent {
61         font-weight: bold;
62         color: #888;
63         /*font-size: 50%;*/
64         /*width: 100%;*/
65         text-align: left;
66         border-collapse: collapse;
67 }