Changeset - c762b52ea9c4
[Not reviewed]
0 1 0
James Polley - 7 years ago 2017-11-12 04:10:46
jp@jamezpolley.com
Improve mobile view of schedule

Don't show the table header in mobile view
1 file changed with 4 insertions and 2 deletions:
0 comments (0 inline, 0 general)
static/src/css/app.css
Show inline comments
...
 
@@ -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 {
0 comments (0 inline, 0 general)