Add Modello Common libraries to web-ui-fw; version up
[profile/ivi/sdk/web-ide-resources.git] / web-ui-fw / 0.0.2 / 0.0.2_Common / original / css / car / components / progressBar / progressBar.css
1 #VCbarWrapper {
2         position: absolute;
3         left: 25px;
4         height: 100%;
5         display: block;
6 }
7
8 #VCinner {
9         position: absolute;
10         top: 30px;
11         height: 2px;
12 }
13
14 #VCcircle {
15         position: absolute;
16         top: -10px;
17         width: 80px;
18         height: 80px;
19 }
20
21 #VCline {
22         position: absolute;
23         top: 36px;
24         height: 1px;
25         width: 100%;
26 }
27
28 #VCouter {
29         position: absolute;
30         top: 0;
31         left: 0;
32         width: 100%;
33         height: 100%;
34         background-color: inherit;
35 }
36
37 #VCicon {
38         position: absolute;
39         top: 0;
40         left: 0;
41         width: 37px;
42         height: 18px;
43         background-size: 37px 18px;
44         display: block;
45 }
46 .circleBase {
47         -webkit-border-radius: 999px;
48         border-radius: 999px;
49         behavior: url(PIE.htc);
50 }