-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
116 lines (102 loc) · 1.92 KB
/
Copy pathstyle.css
File metadata and controls
116 lines (102 loc) · 1.92 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
111
112
113
114
115
116
/* Always set the map height explicitly to define the size of the div
* element that contains the map. */
html,
body {
height: 100%;
margin: 0;
padding: 0;
font-family: Helvetica, Arial, sans-serif;
}
a {
display: block;
font-weight: bold;
text-align: center;
vertical-align: middle;
text-decoration: none;
}
#map {
height: 100%;
width: 85%;
position: absolute;
z-index: 1;
}
.selection-sidebar {
float: right;
height: 100%;
width: 15%;
padding: 0px;
margin: 0px;
line-height: 9em;
line-height: -moz-block-height;
}
#selectionpane {
overflow: auto;
width: 100%;
height: 80%;
text-align: center;
border-radius: 5px;
font-weight: bold;
text-decoration: none;
color: white;
float: right;
vertical-align: middle;
background-color: grey;
padding-right: 5px;
padding-left: 5px;
z-index: 3;
}
.submit {
width: 100%;
height: 20%;
padding: 0px;
background: blue;
text-align: center;
border-radius: 5px;
font-weight: bold;
text-decoration: none;
color: white;
float: right;
vertical-align: middle;
}
.submit a {
width: 100%;
height: 20%;
color: white;
display: block;
margin: 0 auto;
text-decoration: none;
vertical-align: middle;
z-index: 2;
}
/* Optional: Makes the sample page fill the window. */
.main-content {
height: 100%;
}
.button {
display: block;
height: 50px;
padding: 10px;
background: #51ba2e;
text-align: center;
border-radius: 5px;
font-weight: bold;
text-decoration: none;
color: white;
z-index: 3;
}
.selection {
display: : block;
height: 60px;
background: #176e52;
text-align: center;
font-weight: bold;
vertical-align: middle;
line-height: 4;
width: 100%;
margin-top: 5px;
z-index: 4;
color: white;
max-width: 15em;
margin-left: auto;
margin-right: auto;
}