-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
110 lines (93 loc) · 1.7 KB
/
style.css
File metadata and controls
110 lines (93 loc) · 1.7 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
105
106
107
108
109
110
body {
padding: 0;
margin: 0px;
font-family: arial, helvetica;
font-size: 14px;
color: #000;
}
#header {
position: absolute;
height: 3em;
left: 0;
top: 0;
right: 0;
background: linear-gradient(to bottom, rgba(255, 165, 0, 1) 0%, rgba(255, 165, 0, 1) 100%);
}
#mapid {
position: absolute;
top: 3em;
left: 0;
right: 0;
bottom: 0;
z-index: 10;
}
#spinner-id {
display: none;
/*position: absolute; top: 4em; left: 50px; z-index: 300;*/
}
#logo {
position: absolute;
left: 1em;
bottom: 1em;
z-index: 40;
}
#top-logo {
position: absolute;
left: 1em;
bottom: 1em;
z-index: 40;
}
.leaflet-draw-toolbar .leaflet-draw-draw-rectangle {
background: url(download.png) no-repeat center !important;
background-color: #fff !important;
}
.modal {
display: none;
position: fixed;
z-index: 200;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: auto;
background-color: rgb(0, 0, 0);
background-color: rgba(0, 0, 0, 0.4);
}
.modal-content {
background-color: #fefefe;
color: 000;
margin: 15% auto;
/* 15% from the top and centered */
padding: 20px;
border: 1px solid #888;
width: 50%;
/* Could be more or less, depending on screen size */
}
.close {
color: #aaa;
float: right;
font-size: 28px;
font-weight: bold;
}
.close:hover,
.close:focus {
color: black;
text-decoration: none;
cursor: pointer;
}
.left {
float: left;
padding-left: 2em;
padding-top: 1.1ex;
}
.right {
float: right;
padding-right: 2em;
padding-top: 1.1ex;
}
#zoom-level {
margin-left: 100px;
}
#where {
margin-left: 20px;
}