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
		
			
				
	
	
		
			28 lines
		
	
	
		
			508 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			28 lines
		
	
	
		
			508 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
| 
 | |
| /* Styles specific to the attributes.php page */
 | |
| 
 | |
| #attrForm { font-size: 8pt; }
 | |
| 
 | |
| #helpLinks A {
 | |
|  margin-left: 2em;
 | |
|  margin-right: 2em;
 | |
| }
 | |
| 
 | |
| #nodeAttrTable { background-color: #F9F9F9; }
 | |
| 
 | |
| #nodeAttrTable TD { white-space: nowrap; }
 | |
| 
 | |
| .colHeaders {
 | |
| 	font-weight: bold;
 | |
| 	text-align: center;
 | |
| 	background: #D8E8FF;
 | |
| }
 | |
| 
 | |
| /* the alternating rows of the table */
 | |
| .ListLine0 { background: #EFF6FF; /*#e0f8f8;*/ }
 | |
| .ListLine1 { background: #D8E8FF; /*#b0f8f8;*/ }
 | |
| 
 | |
| .edit {
 | |
| 	background: #8f8f0b;
 | |
| }
 |