Improve mobile view of schedule

Don't show the table header in mobile view
This commit is contained in:
James Polley 2017-11-12 15:10:46 +11:00
parent 8d15a6cbeb
commit c762b52ea9

View file

@ -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 {