fixes for last commit

This commit is contained in:
Jan-Philipp Litza 2012-12-27 22:49:10 +01:00
parent 13747c62fd
commit dd5ca95975
2 changed files with 7 additions and 3 deletions

View File

@ -384,7 +384,7 @@ function view_user_shifts() {
}
}
}
$shifts_table="<table id=\"shifts\" style=\"background-color: #fff\"><colgroup><col><col span=\"100\"></colgroup><thead><tr><th>-</th>";
$shifts_table="<table id=\"shifts\"><thead><tr><th>-</th>";
foreach($myrooms as $room) {
$rid=$room["id"];
$colspan=1;

View File

@ -108,6 +108,10 @@ table {
display: block;
}
#shifts {
background-color: #fff;
}
table.scrollable {
max-width: 100%;
overflow-x: scroll;