-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDeSmetUI.css
91 lines (90 loc) · 1.47 KB
/
DeSmetUI.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
84
85
86
87
88
89
90
91
html { height: 100% }
body { height: 100%; margin: 0; padding: 0 }
#map-canvas { height: 75%;
width: 100%;
position: absolute;
top: +25%;
left: 0px;
}
#controls { height: 25%;
width: 50%;
border-right: 1px solid grey;
position: absolute;
left: 0px;
top: 0px;
}
#layers { height: 25%;
width: 50%;
border-left: 1px solid grey;
position: absolute;
top: 0px;
left: 50%;
}
#AddMarkers {
cursor: pointer;
border: 1px solid gray;
color: red;
display: inline-block;
}
#ClearAnimations {
cursor: pointer;
border: 1px solid gray;
color: green;
display: inline-block;
}
#ClearLetters {
cursor: pointer;
border: 1px solid gray;
color: blue;
display: inline-block;
}
#letters {
cursor: pointer;
border: 1px solid black;
color: red;
font-weight: bolder;
display: inline-block;
}
#locatable {
cursor: pointer;
border: 1px solid black;
color: goldenrod;
font-weight: bolder;
display: inline-block;
}
#nolocate {
cursor: pointer;
border: 1px solid black;
color: black;
font-weight: bolder;
display: inline-block;
}
#lettercontrols {
display: inline-block;
}
#locateablecontrols {
display: inline-block;
}
#buttonblocks {
display: inline-block;
}
#firstmap {
cursor: pointer;
border: 1px solid gray;
display: inline-block;
}
#prevmap {
cursor: pointer;
border: 1px solid gray;
display: inline-block;
}
#nextmap {
cursor: pointer;
border: 1px solid gray;
display: inline-block;
}
#lastmap {
cursor: pointer;
border: 1px solid gray;
display: inline-block;
}