-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmap.css
More file actions
104 lines (84 loc) · 1.4 KB
/
map.css
File metadata and controls
104 lines (84 loc) · 1.4 KB
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
.jumbotron {
margin-top: 20px;
padding-bottom: 0px;
}
.mapView {
margin-bottom: 20px;
height: 400px;
}
.mapView-overview {
height: 600px;
}
.panel {
border-radius: 0px;
}
.table {
font-size: 15px;
}
.mypanel-title {
text-align: center;
font-size: 14px;
}
.mypanel-heading {
background-color: rgba(255, 255, 255, 0);
border: 0px;
padding-top: 5px;
padding-bottom: 5px;
}
form {
visibility: visible;
}
.checkbox-inline input {
position: absolute;
margin-top: 10px;
margin-left: -20px;
}
hr {
margin-top: 0px;
margin-bottom: 0px;
border: 0;
border-top: 1px solid #eee;
}
.navbar-nav > li > .dropdown-menu {
border-radius: 0;
}
.list-group > .list-group-item {
border-right-width: 0;
border-left-width: 0;
border-radius: 0;
background-color: #f5f5f5;
padding: 4px 5px;
}
.mywell {
font-size: 15px;
margin-top: 10px;
padding: 5px 0;
border-radius: 0;
border-color: #ffffff;
}
.list-group-item > .badge {
margin-top: 3px;
}
.leaflet-popup-content-wrapper {
border-radius: 0;
}
.leaflet-popup-content > .mypopup {
margin: 0px 0px 18px 0px;
font-size: 15px;
}
li {
font-size: 16px;
}
.panel-body > p {
font-size: 16px;
}
.panel-body > h5 {
font-size: 23px;
}
tbody > tr > th {
font-weight: normal;
}
/*.awesome-marker {*/
/*width: 20px;*/
/*height: 30px;*/
/*}*/