-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGUI.css
More file actions
50 lines (43 loc) · 749 Bytes
/
GUI.css
File metadata and controls
50 lines (43 loc) · 749 Bytes
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
header.w3-container{
background-color: #9F0000;
}
nav.w3-sidenav{
background-color: #970000;
}
img.logo{
bottom: 0px;
float: right;
height: auto;
width: auto;
/*max-width: 250px; */
max-height: 75px;
}
.dropDown-content {
float: left;
display: none;
position: absolute;
background-color: #f9f9f9;
min-width: 160px;
overflow: auto;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.dropDown-content button {
color: black;
background-color: #f9f9f9;
padding: 12px 16px;
border: None;
text-decoration: none;
display: block;
}
#mapid {
position: relative;
float: left;
padding : 5px 5px;
height: 500px;
width: 650px;
}
#plotData {
position: relative;
height: window.innerHeight;
width: window.innerWidth;
}