Cache the schedule page, fix empty rooms

This commit is contained in:
Henne Vogelsang 2013-06-19 20:56:37 +02:00 committed by Henne Vogelsang
parent f0ff5544c3
commit 2d79e8e692
4 changed files with 10 additions and 8 deletions

View file

@ -153,7 +153,7 @@ div.dataTables_scrollFoot table {
border-top: none;
}
.event {
.eventtd {
background-image: linear-gradient(bottom, rgb(247,250,242) 24%, rgb(194,232,190) 97%, rgb(194,232,190) 100%);
background-image: -o-linear-gradient(bottom, rgb(247,250,242) 24%, rgb(194,232,190) 97%, rgb(194,232,190) 100%);
background-image: -moz-linear-gradient(bottom, rgb(247,250,242) 24%, rgb(194,232,190) 97%, rgb(194,232,190) 100%);