| 1 |
.uwp_progress_box { |
| 2 |
.uwp_progress_wrap { |
| 3 |
height: 20px; |
| 4 |
margin-bottom: 20px; |
| 5 |
overflow: hidden; |
| 6 |
background-color: #f5f5f5; |
| 7 |
border-radius: 4px; |
| 8 |
-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1); |
| 9 |
box-shadow: inset 0 1px 2px rgba(0,0,0,.1); |
| 10 |
.uwp_progress_bar { |
| 11 |
float: left; |
| 12 |
width: 0; |
| 13 |
height: 100%; |
| 14 |
font-size: 12px; |
| 15 |
line-height: 20px; |
| 16 |
color: #fff; |
| 17 |
text-align: center; |
| 18 |
background-color: #337ab7; |
| 19 |
-webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15); |
| 20 |
box-shadow: inset 0 -1px 0 rgba(0,0,0,.15); |
| 21 |
-webkit-transition: width .6s ease; |
| 22 |
-o-transition: width .6s ease; |
| 23 |
transition: width .6s ease; |
| 24 |
} |
| 25 |
.uwp_sr_only { |
| 26 |
position: absolute; |
| 27 |
width: 1px; |
| 28 |
height: 1px; |
| 29 |
padding: 0; |
| 30 |
margin: -1px; |
| 31 |
overflow: hidden; |
| 32 |
clip: rect(0,0,0,0); |
| 33 |
border: 0 |
| 34 |
} |
| 35 |
} |
| 36 |
} |
| 37 |
.uwp-pb-wrapper { |
| 38 |
#progressBar { |
| 39 |
height: 20px; |
| 40 |
margin-bottom: 20px; |
| 41 |
overflow: hidden; |
| 42 |
background-color: #f5f5f5; |
| 43 |
border-radius: 4px; |
| 44 |
-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1); |
| 45 |
box-shadow: inset 0 1px 2px rgba(0,0,0,.1); |
| 46 |
border: none; |
| 47 |
div { |
| 48 |
float: left; |
| 49 |
width: 0; |
| 50 |
height: 100%; |
| 51 |
font-size: 12px; |
| 52 |
line-height: 20px; |
| 53 |
color: #fff; |
| 54 |
text-align: center; |
| 55 |
background-color: #337ab7; |
| 56 |
-webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15); |
| 57 |
box-shadow: inset 0 -1px 0 rgba(0,0,0,.15); |
| 58 |
-webkit-transition: width .6s ease; |
| 59 |
-o-transition: width .6s ease; |
| 60 |
transition: width .6s ease; |
| 61 |
} |
| 62 |
} |
| 63 |
} |