summaryrefslogtreecommitdiff
path: root/css/style.css
blob: 1e6ae3563fb2dd42abf6600c5946fd71809e4bbc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
@viewport{
        width: 720px;
        height: 1280px;
        user-zoom: fixed;
}

.placesLibraryContentList .placesElement {
	padding: 10px 0 10px 0;
	height: 70px;
	box-shadow: none;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	line-height: 0;
	text-align: left;
	cursor: pointer;
}

.placesLibraryContentList .placesBox {
	display: inline-block;
	vertical-align: top;
	padding-top: 20px;
	background-color: transparent !important;
}

#upNextRectangle {
	position: absolute;
	left: 35px;
	top: 100px;
}

#turnArrow {
	position: absolute;
	top: 135px;
	left: 45px;
	width: 50px;
	height: 37px;
	background-repeat: no-repeat;
	background-position: center center;
}

.navigationPanel {
	position: absolute;
	top: 128px;
	left: 106px;
	width: 470px;
	text-transform: uppercase;
}

#distanceTo {
	position: absolute;
	top: 180px;
	left: 35px;
	width: 70px;
	text-align: center;
}

#destinationProgress {
	position: absolute;
	left: 9px;
	top: 189px;
	width: 700px;
	height: 62px;
}

#destinationItem {
	position: absolute;
	left: 35px;
	top: 233px;
	width: 410px;
}

#destinationAddress {
	margin-top: 2px;
}

#destinationAddressTown {
	margin-top: 2px;
	display: none;
}

#stillToGoItem {
	position: absolute;
	left: 450px;
	top: 232px;
	max-width: 260px;
}

#stillToGoTimeAndDistance {
	margin-top: 2px;
}

#arrivalText {
	margin-top: 6px;
}

.mapPanel {
	position: absolute;
	top: 330px;
	width: 720px;
	height: 805px;
}

.iconBbox {
	left: 590px;
	top: 990px;
	border-style: solid;
	border-width: 2px;
	position: absolute;
	width: 110px;
	height: 80px;
}

.iconBbox:active {
	top: 991px;
}

.satelitteIcon {
	width: 56px;
	height: 54px;
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: none;
	background-repeat: no-repeat;
}

.mapIcon {
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 56px;
	height: 40px;
	background-repeat: no-repeat;
}