Bug 9669 - Replace YUI buttons on staff client cart toolbar
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / css / uploader.css
1 #progress_bar {
2   margin: 10px 0;
3   padding: 3px;
4   border: 1px solid #000;
5   font-size: 14px;
6   clear: both;
7   opacity: 0;
8   -moz-transition: opacity 1s linear;
9   -o-transition: opacity 1s linear;
10   -webkit-transition: opacity 1s linear;
11 }
12 #progress_bar.loading {
13     opacity: 1.0;
14 }
15 #progress_bar .percent {
16     color: #E6F0F2;
17     background-color: #004D99;
18     height: auto;
19     width: 0;
20 }
21 #server_response {
22     background-color: white;
23     background-image: url("../../img/x_alt_16x16.png");
24     background-repeat: no-repeat;
25     background-origin: padding-box;
26     background-position: right top;
27     border: 1px solid #DDDDDD;
28     color: #999999;
29     font-size: 14px;
30     height: 30px;
31     left: 50%;
32     margin-left: -125px;
33     margin-top: -15px;
34     padding: 14px 0 2px;
35     position: fixed;
36     text-align: center;
37     top: 50%;
38     width: 250px;
39 }