forked from GeoNode/geonode-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.css
83 lines (81 loc) · 1.21 KB
/
app.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
80
81
82
83
html, body {
height: 100%;
padding: 0;
margin: 0;
}
/* Dead Simple Grid (c) 2015 Vladimir Agafonkin */
.row .row { margin: 0 -1.5em; }
.col { padding: 0 0em; }
.row:after {
content: "";
clear: both;
display: table;
}
@media only screen { .col {
float: left;
width: 100%;
box-sizing: border-box;
}}
/* end Dead Simple Grid */
#map {
width: 100%;
height: 100%;
}
#content, #main {
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
}
#zoom-buttons {
margin-left: 20px;
position: absolute;
top: 20px;
}
.layer-list {
top: 74px !important;
}
#rotate-button {
top: 299px;
left: 20px;
position: absolute;
}
#home-button {
margin-left: 20px;
position: absolute;
top: 134px;
}
#print-button {
position: absolute;
margin-left: 20px;
top: 244px;
}
#globe-button {
position: absolute;
margin-left: 20px;
top: 189px;
}
.layer-switcher {
top: 20px !important;
}
.layer-tree-panel {
max-height: 94vh !important;
}
#debug {
position: absolute;
top: 0;
left: 25%;
z-index: 10;
background: rgba(204,204,204, 0.8);
width: 50%;
height: 30px;
padding: 10px;
text-align: center;
}
#debug label {
margin-right: 10px;
}
#debug input {
width: 50%;
}