mirror of
				https://github.com/go-gitea/gitea
				synced 2025-11-04 13:28:25 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			26 lines
		
	
	
		
			348 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			26 lines
		
	
	
		
			348 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
.admin-panel {
 | 
						|
	padding: 10px 20px;
 | 
						|
}
 | 
						|
.admin-desc {
 | 
						|
	padding: 10px 20px;
 | 
						|
}
 | 
						|
.admin-table {
 | 
						|
	padding: 15px 0 5px 0;
 | 
						|
}
 | 
						|
.dl-horizontal dt {
 | 
						|
	float: left;
 | 
						|
	width: 160px;
 | 
						|
	clear: left;
 | 
						|
	overflow: hidden;
 | 
						|
	text-overflow: ellipsis;
 | 
						|
	white-space: nowrap;
 | 
						|
}
 | 
						|
.admin-dl-horizontal {
 | 
						|
	padding: 20px;
 | 
						|
	> dt {
 | 
						|
		width: 250px;
 | 
						|
	}
 | 
						|
	> dd {
 | 
						|
		margin-left: 240px;
 | 
						|
	}
 | 
						|
} |