forked from mateoclarke/311vs10One
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
62 lines (51 loc) · 843 Bytes
/
style.css
File metadata and controls
62 lines (51 loc) · 843 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
.map {
width: 50%; height: 500px;
float: left;
}
.thead-1, .thead-2 {
font-weight: bold;
}
body, h1, h2, h3 {
font-family: 'Open Sans', sans-serif;
}
.main-title {
width: 80%;
margin-left: 10%;
}
.main-title h1, .main-title h2 {
text-align: center
}
.main-title h1 {
margin-bottom: 0px;
}
.main-title h2 {
margin-top: 3px;
font-size: 18px;
}
.district-311-info {
margin-left: 2%;
float: left;
width: 48%;
}
.district-title {
text-align: center;
border-bottom: 1px solid black;
}
.count {
text-align: center;
}
.info {
padding: 6px 8px;
font: 14px/16px Arial, Helvetica, sans-serif;
background: white;
background: rgba(255,255,255,0.8);
box-shadow: 0 0 15px rgba(0,0,0,0.2);
border-radius: 5px;
}
.info h4 {
margin: 0 0 5px;
color: #777;
}
.service-request-cat {
cursor: pointer;
}