Initial checkin of the Modello Navigation app
[profile/ivi/Modello_Nav.git] / css / style.css
1 .placesLibraryContentList .placesElement {
2         padding: 10px 0 10px 0;
3         height: 70px;
4         box-shadow: none;
5         border-bottom-style: solid;
6         border-bottom-width: 2px;
7         line-height: 0;
8         text-align: left;
9         cursor: pointer;
10 }
11
12 .placesLibraryContentList .placesBox {
13         display: inline-block;
14         vertical-align: top;
15         padding-top: 20px;
16         background-color: transparent !important;
17 }
18
19 #upNextRectangle {
20         position: absolute;
21         left: 35px;
22         top: 100px;
23 }
24
25 #turnArrow {
26         position: absolute;
27         top: 135px;
28         left: 45px;
29         width: 50px;
30         height: 37px;
31         background-repeat: no-repeat;
32         background-position: center center;
33 }
34
35 .navigationPanel {
36         position: absolute;
37         top: 128px;
38         left: 106px;
39         width: 470px;
40         text-transform: uppercase;
41 }
42
43 #distanceTo {
44         position: absolute;
45         top: 180px;
46         left: 35px;
47         width: 70px;
48         text-align: center;
49 }
50
51 #destinationProgress {
52         position: absolute;
53         left: 9px;
54         top: 189px;
55         width: 700px;
56         height: 62px;
57 }
58
59 #destinationItem {
60         position: absolute;
61         left: 35px;
62         top: 233px;
63         width: 410px;
64 }
65
66 #destinationAddress {
67         margin-top: 2px;
68 }
69
70 #destinationAddressTown {
71         margin-top: 2px;
72         display: none;
73 }
74
75 #stillToGoItem {
76         position: absolute;
77         left: 450px;
78         top: 232px;
79         max-width: 260px;
80 }
81
82 #stillToGoTimeAndDistance {
83         margin-top: 2px;
84 }
85
86 #arrivalText {
87         margin-top: 6px;
88 }
89
90 .mapPanel {
91         position: absolute;
92         top: 330px;
93         width: 720px;
94         height: 805px;
95 }
96
97 .iconBbox {
98         left: 590px;
99         top: 990px;
100         border-style: solid;
101         border-width: 2px;
102         position: absolute;
103         width: 110px;
104         height: 80px;
105 }
106
107 .iconBbox:active {
108         top: 991px;
109 }
110
111 .satelitteIcon {
112         width: 56px;
113         height: 54px;
114         position: absolute;
115         margin: auto;
116         top: 0;
117         bottom: 0;
118         left: 0;
119         right: 0;
120         display: none;
121         background-repeat: no-repeat;
122 }
123
124 .mapIcon {
125         margin: auto;
126         position: absolute;
127         top: 0;
128         bottom: 0;
129         left: 0;
130         right: 0;
131         width: 56px;
132         height: 40px;
133         background-repeat: no-repeat;
134 }