mirror of
				https://github.com/xcat2/xcat-core.git
				synced 2025-10-31 03:12:30 +00:00 
			
		
		
		
	- rvitals done - frame view fixed git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2511 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
		
			
				
	
	
		
			20 lines
		
	
	
		
			340 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			340 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
| 
 | |
| /* Styles specific to the frames.php page */
 | |
| 
 | |
| .AllRacksTable { padding-top: 10px; }
 | |
| 
 | |
| .RackTable {
 | |
|  background-color: #303030;
 | |
|  border: 2px solid #303030;
 | |
| }
 | |
| 
 | |
| .RackTable TD {
 | |
|  white-space: nowrap;
 | |
|  font-size: 1px;
 | |
| }
 | |
| 
 | |
| .RackTable IMG { vertical-align: middle; /*baseline;*/ }
 | |
| 
 | |
| .RackEmptyCell { background-color: #999999; }
 | |
| 
 |