forked from iag-geo/bootleaf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
79 lines (67 loc) · 1.12 KB
/
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
74
75
76
77
78
79
#sidebar {
width: 450px;
}
.panel-heading{
width: 450px;
}
.panel-body{
width: 450px;
margin-bottom: 15px;
}
.feature-row {
cursor: pointer;
width: 450px;
}
/* Query widget */
#btnRunQuery {
position: absolute;
margin-top: 10px;
margin-left: 305px;
z-index: 1001;
}
.pagination, .dataTables_info {
font-size: 10px;
}
/* Shift the Data Tables Search box to the left to fit the narrow sidebar */
#tblQueryResults_filter {
margin-left: -28px;
margin-top: 10px;
}
table.dataTable {
font-size: 12px;
}
div.dataTables_wrapper div.dataTables_paginate {
text-align: center;
}
#drawQueryWidget {
display: none;
height: 20px;
margin-top: 10px;
}
#queryDrawControlHelp {
position: absolute;
top: 35px;
left: 35px;
}
.legend {
text-align: left;
line-height: 18px;
color: #555;
background-color: #727272;
padding: 10px;
}
.legend i {
width: 18px;
height: 18px;
float: left;
margin-right: 8px;
opacity: 0.7;
}
.leaflet-bookmarks-control .bookmarks-icon-wrapper {
position: absolute;
top: 3px;
left: 3px;
}
.leaflet-draw-toolbar .leaflet-draw-draw-circlemarker {
display: none;
}