cleaned up styling of schedule edit table including centering room names
This commit is contained in:
		
							parent
							
								
									968e9f4ee6
								
							
						
					
					
						commit
						4bf5a3c7c4
					
				
					 1 changed files with 2 additions and 16 deletions
				
			
		|  | @ -13,10 +13,10 @@ | ||||||
| {% block extra_head %} | {% block extra_head %} | ||||||
|     <link rel="stylesheet" href="{{ STATIC_URL }}chosen/chosen.css" /> |     <link rel="stylesheet" href="{{ STATIC_URL }}chosen/chosen.css" /> | ||||||
|     <style> |     <style> | ||||||
|         td { |         .table td { | ||||||
|             font-size: 9pt; |             font-size: 9pt; | ||||||
|         } |         } | ||||||
|         td.slot { |         .table th, td.slot { | ||||||
|             text-align: center; |             text-align: center; | ||||||
|             vertical-align: middle; |             vertical-align: middle; | ||||||
|         } |         } | ||||||
|  | @ -26,20 +26,6 @@ | ||||||
|             font-size: 8pt; |             font-size: 8pt; | ||||||
|             padding-top: 0; |             padding-top: 0; | ||||||
|         } |         } | ||||||
|         td.slot:hover .schedule-controls { |  | ||||||
|             display: block; |  | ||||||
|         } |  | ||||||
|         .schedule-controls { |  | ||||||
|             display: none; |  | ||||||
|             font-size: 8pt; |  | ||||||
|         } |  | ||||||
|         .schedule-controls a { |  | ||||||
|             text-decoration: none; |  | ||||||
|             color: #000; |  | ||||||
|         } |  | ||||||
|         .schedule-controls a:hover { |  | ||||||
|             color: #999; |  | ||||||
|         } |  | ||||||
|         td.slot .title { |         td.slot .title { | ||||||
|             font-weight: bold; |             font-weight: bold; | ||||||
|             line-height: 10pt; |             line-height: 10pt; | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 James Tauber
						James Tauber