Did some minor style tweaks

This commit is contained in:
Bram van der Veen 2015-08-16 18:52:44 +02:00
parent f2d624bd49
commit f38a112f85
2 changed files with 3 additions and 1 deletions

View file

@ -43,11 +43,13 @@
div.day { div.day {
width: 20% !important; width: 20% !important;
float: left !important;
.hour { .hour {
width: 100% !important; width: 100% !important;
height: 45px !important; height: 45px !important;
line-height: 45px; line-height: 45px;
border-left: solid 1px #000 !important;
} }
} }

View file

@ -235,7 +235,7 @@ div.schedule {
width: 25px; width: 25px;
height: 25px; height: 25px;
display: inline-block; display: inline-block;
background-color: #0C5489; background-color: #96AA48;
} }
a { a {