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