Bug 26534: Use IF ELSE directly on h5 opening tag
[koha.git] / koha-tmpl / intranet-tmpl / prog / css / uploader.css
blob0184955d60904c0d42b17a6cab6d1609f327f7f1
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;
12 #progress_bar.loading {
13 opacity: 1.0;
15 #progress_bar .percent {
16 color: #E6F0F2;
17 background-color: #004D99;
18 height: auto;
19 width: 0;
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;