-
Notifications
You must be signed in to change notification settings - Fork 2
/
layout.css
63 lines (55 loc) · 1.01 KB
/
layout.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
html {
min-height: 100%;
position: relative;
}
body {
padding: 0;
margin: 0;
}
#map {
width: 100%;
padding-top: 75%;
}
#map * {
cursor: crosshair
}
input[type="range"] {
height: 100%;
align-self: center;
}
.card-header > .btn.btn-sm{border:none;}
.card.info {
flex-basis: 30%
}
.card.map {
flex-basis: 70%
}
body {
/* Margin bottom by footer height */
margin-bottom: 60px;
}
#myTab{margin-top:2px;}
#marker-list .dragger{cursor:ns-resize}
#marker-list .draggable-mirror{z-index:999;display:none!important}
#marker-list .draggable--original{
opacity:0.3;
transform:scale(0.95);
z-index:0;
}
#get-derections{display:none;}
#marker-list:not(:empty) ~ #get-directions{
display:inline-block;
}
#marker-list .list-group-item.highlighted{
background-color:#f8f9fa;
}
.footer {
position: absolute;
bottom: 0;
width: 100%;
/* Set the fixed height of the footer here */
height: 40px;
line-height: 40px;
/* Vertically center the text there */
background-color: #f5f5f5;
}