-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
executable file
·74 lines (61 loc) · 865 Bytes
/
style.css
File metadata and controls
executable file
·74 lines (61 loc) · 865 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
#map {
width: 50%;
height: 100%;
margin-right: 2.5%;
}
html, body {
height: 100%;
position: relative;
}
#row-container {
height: 100%;
margin: 0;
padding: 0;
}
#my-container {
width: 100%;
height: 100%;
padding: 0;
}
#sidebar {
max-height: 95%;
overflow-y: scroll;
}
#title {
margin-top: 8%;
font-family: 'Open Sans';
font-weight: 600;
margin-bottom: 5%;
}
.introduction {
font-family: 'Open Sans';
width: 86%;
font-size: 1.1em;
margin-bottom: 1.5%;
}
#text-separator {
text-align: left;
margin-left: 0;
width: 85%;
}
#checkbox {
font-size: 1.1em;
}
#checkbox li {
list-style-type: none;
margin-bottom: 5px;
}
#checkbox li input {
margin-right: 6px;
}
#footer {
position: fixed;
bottom: 2%;
right: 2%;
}
.side-info-div {
margin-bottom: 35px;
}
.item-listing-p {
margin: 0 !important;
}