You cannot select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
	
	
		
			56 lines
		
	
	
		
			658 B
		
	
	
	
		
			CSS
		
	
			
		
		
	
	
			56 lines
		
	
	
		
			658 B
		
	
	
	
		
			CSS
		
	
.page-header {
 | 
						|
	margin: 20px 0 20px;
 | 
						|
}
 | 
						|
 | 
						|
.page-header .logo {
 | 
						|
	margin-right: 5px;
 | 
						|
}
 | 
						|
 | 
						|
.panel-primary {
 | 
						|
	border-color: #c61931;
 | 
						|
}
 | 
						|
 | 
						|
.panel-primary>.panel-heading {
 | 
						|
	border-color: #d8224c;
 | 
						|
	background-color: #d8224c;
 | 
						|
}
 | 
						|
 | 
						|
.panel-footer {
 | 
						|
	background-color: #f2f1f0;
 | 
						|
}
 | 
						|
 | 
						|
.btn-primary.btn-outline {
 | 
						|
	color: #c61931;
 | 
						|
	border-color: #c61931;
 | 
						|
}
 | 
						|
 | 
						|
.btn-primary:hover {
 | 
						|
	background-color: #c61931;
 | 
						|
	border-color: #c61931;
 | 
						|
}
 | 
						|
 | 
						|
.info-item {
 | 
						|
	width: 140px;
 | 
						|
	float: left;
 | 
						|
}
 | 
						|
 | 
						|
.webconsole {
 | 
						|
	width:100%;
 | 
						|
	height:100%;
 | 
						|
	border:1px solid;
 | 
						|
}
 | 
						|
 | 
						|
#console {
 | 
						|
	height:500px;
 | 
						|
}
 | 
						|
 | 
						|
.systemtabcontent {
 | 
						|
	height:100%;
 | 
						|
        min-height:500px;
 | 
						|
}
 | 
						|
 | 
						|
.logoutput {
 | 
						|
    width:100%;
 | 
						|
    height:300px;
 | 
						|
}
 |