-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathstyle.css
77 lines (65 loc) · 1009 Bytes
/
style.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
.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;
}
.date-picker div {
float: left;
}
.date-to {
margin-left: 5%;
}
.main-title h2 {
margin-top: 3px;
font-size: 18px;
}
.district-311-list {
clear: both;
margin-top: 7%;
}
.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;
}
footer {
clear: both;
text-align: right;
}