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 { | ||||
|         display: table-row; | ||||
|     } | ||||
|     thead, tbody, th, td, tr { | ||||
|     thead { | ||||
|         display: none; | ||||
|     } | ||||
|     tbody, th, td, tr { | ||||
| 		display: block; | ||||
| 		border-top: 0px !important; | ||||
| 	} | ||||
| 
 | ||||
|     td { | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 James Polley
						James Polley