fixes for last commit
This commit is contained in:
parent
13747c62fd
commit
dd5ca95975
|
@ -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;
|
||||
|
|
|
@ -108,6 +108,10 @@ table {
|
|||
display: block;
|
||||
}
|
||||
|
||||
#shifts {
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
table.scrollable {
|
||||
max-width: 100%;
|
||||
overflow-x: scroll;
|
||||
|
|
Loading…
Reference in New Issue