-
Notifications
You must be signed in to change notification settings - Fork 3
/
style.css
73 lines (61 loc) · 804 Bytes
/
style.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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
body {
padding: 0;
margin: 0;
}
html, body {
height: 100%;
}
#map {
height: 100%;
}
#info {
z-index: 1000;
cursor: auto;
pointer-events: auto;
}
.info {
background-color: #FFF;
opacity: 0.9;
}
.mini {
color: red;
}
.midi {
color: #f90;
}
.maxi {
color: green;
}
ul, li {padding: 0px 10px;
list-style-type: none;
}
.info p, .info h1, #bloodhound {
padding: 0px 20px;
}
.info h1 {
font-size: 18px;
font-weight: normal;
}
.info input {
font-weight: bold;
font-size: 14px;
}
div.tt-menu {
z-index: 1100;
}
#bloodhound .tt-dropdown-menu {
max-height: 150px;
overflow-y: auto;
}
.info div.tt-menu {
cursor: pointer;
background-color: #fff;
}
.tt-selectable {
padding: 2px 10px;
font-size: 14px;
border: 1px solid #666;
}
.tt-selectable:hover {
background-color: #ccc;
}