From c762b52ea9c4b5f341a52e5a2d3bed9d01d70e17 2017-11-12 04:10:46 From: James Polley Date: 2017-11-12 04:10:46 Subject: [PATCH] Improve mobile view of schedule Don't show the table header in mobile view --- diff --git a/static/src/css/app.css b/static/src/css/app.css index 16463bf17f80cdc757573911b21d1e263590d0d3..69bb079a2c9e59cb16dbec4e740d63d0a5d0120d 100644 --- a/static/src/css/app.css +++ b/static/src/css/app.css @@ -261,9 +261,11 @@ div.system-message p.system-message-title { table { display: table-row; } - thead, tbody, th, td, tr { + thead { + display: none; + } + tbody, th, td, tr { display: block; - border-top: 0px !important; } td {