mirror of
				https://github.com/TeaOSLab/EdgeAdmin.git
				synced 2025-11-04 05:00:25 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			25 lines
		
	
	
		
			450 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			25 lines
		
	
	
		
			450 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
.label em {
 | 
						|
  font-style: italic !important;
 | 
						|
}
 | 
						|
.checkboxes .checkbox {
 | 
						|
  float: left;
 | 
						|
  margin-bottom: 1em;
 | 
						|
  margin-right: 1em;
 | 
						|
}
 | 
						|
@media screen and (min-width: 1024px) {
 | 
						|
  .tables-box {
 | 
						|
    width: 1024px;
 | 
						|
  }
 | 
						|
  .tables-box .table-box {
 | 
						|
    width: 48%;
 | 
						|
    float: left;
 | 
						|
  }
 | 
						|
  .tables-box .table-box.right {
 | 
						|
    margin-left: 1em;
 | 
						|
    opacity: 0.3;
 | 
						|
  }
 | 
						|
  .tables-box .table-box.right:hover {
 | 
						|
    opacity: 1;
 | 
						|
  }
 | 
						|
}
 | 
						|
/*# sourceMappingURL=create.css.map */ |