forked from llamasoft-dotcom-demo/map-demo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Map.css
57 lines (48 loc) · 943 Bytes
/
Map.css
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
#airport-settings {
width: calc(100% - 8px);
border: 2px solid black;
height: 128px;
padding: 4px;
margin: 10px 14px 10px 0px;
}
#airport-settings #setting-headers {
width: 128px;
float: left;
border-right: 1px solid black;
}
#airport-settings #setting-value {
width: calc(100% - 128px);
margin-left: 128px;
min-widtH: 240px;
text-align: left;
}
#airport-settings #setting-value div {
margin-left: 14px;
}
#airport-map{
width: 800px;
height: 600px;
}
#airport-data {
margin: 12px;
}
#exercise-toggle {
cursor: pointer;
}
#instruction-toggle {
line-height: 44px;
vertical-align: text-bottom;
font-size: 32px;
font-weight: bold;
}
.tooltip-picture {
display:inline-block;
vertical-align:middle;
padding-right: 2px;
}
.tooltip-content {
display: inline-block;
vertical-align: middle;
padding-left: 2px;
text-align: center;
}