-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
83 lines (82 loc) · 1.31 KB
/
style.css
File metadata and controls
83 lines (82 loc) · 1.31 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
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
Created on : Nov 10, 2016, 12:47:28 PM
Author : rnddu
*/
html,body{
height: 100%;
width: 100%;
}
#nav_id{
height: 200px;
width: 100%;
background-color: #094A60;
}
#nav_id1{
height: 60%;
width: 100%;
}
#nav_id2{
height: 40%;
width: 100%;
}
#body_id{
height: 75%;
width: 100%;
background-color: #318ba2;
color: white;
}
#left_panel,#right_panel{
height: 100%;
color: white;
padding: 20px;
}
.lab_yel{
color: #ffc857;
}
#map {
height: 60%;
padding: 0;
z-index: 1;
}
#map_model{
position: absolute;
top: 50px;
right: 150px;
z-index: 2;
width: 300px;
height: 300px;
background-color: white;
opacity: 0.8;
color: black;
text-align: center;
}
#labelC{
height: inherit;
width: inherit;
overflow: scroll;
}
#list{
height: 40%;
overflow: scroll;
background-color: white;
color: black;
padding: 0;
}
#closelabDiv{
position: absolute;
top: 10px;
right: 30px;
z-index: 3;
width: 20px;
height: 20px;
}
#closelab{
background-color: transparent;
color: black;
font-size: large;
}