Improve mobile view of schedule
Don't show the table header in mobile view
This commit is contained in:
parent
8d15a6cbeb
commit
c762b52ea9
1 changed files with 4 additions and 2 deletions
|
@ -261,9 +261,11 @@ div.system-message p.system-message-title {
|
||||||
table {
|
table {
|
||||||
display: table-row;
|
display: table-row;
|
||||||
}
|
}
|
||||||
thead, tbody, th, td, tr {
|
thead {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
tbody, th, td, tr {
|
||||||
display: block;
|
display: block;
|
||||||
border-top: 0px !important;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
td {
|
td {
|
||||||
|
|
Loading…
Reference in a new issue