This commit is contained in:
2015-03-19 16:26:27 +07:00
parent 4caf20ca25
commit 8e96d3834d
5 changed files with 23 additions and 8 deletions
+19 -5
View File
@@ -49,7 +49,7 @@
content: '';
width: 16px;
height: 16px;
margin: 1px 5px 0 0;
margin: 2px 5px 0 0;
border-radius: 8px;
}
.sac .legend li {
@@ -133,18 +133,21 @@
.whatsgoingon {
color: #444;
margin-bottom: 20px;
margin-bottom: 10px;
line-height: 24px;
min-height: 72px; /* 3*line-height */
}
.whatsgoingon span {
line-height: 24px;
}
.whatsgoingon em {
display: inline-block;
line-height: 16px;
color: #000;
font-style: normal;
margin: 3px 0 0;
padding: 3px 6px;
margin: 4px 0;
padding: 0px 3px;
background-color: #f0f0f0;
border-radius: 2px;
}
@@ -177,11 +180,13 @@
}
.week-selector .selector em {
display: inline-block;
padding: 3px;
width: 100%;
}
.week-selector .selector select {
position: absolute;
top: 5px;
top: 4px;
left: 5%;
width: 90%;
margin: 0;
@@ -214,3 +219,12 @@
.sac .dot text {
text-anchor: middle;
}
hr {
margin: 20px 20px 30px 0;
height: 1px;
color: #aaa;
background-color: #ccc;
border: 0 none;
clear: both;
}
+1 -1
View File
@@ -18,7 +18,7 @@
.menu .empact {
height: 40px;
padding: 5px 0;
margin-bottom: 21px;
margin-bottom: 20px;
}
.menu .nav.header {
color: #444;