mirror of https://github.com/Aidaho12/haproxy-wi
				
				
				
			
		
			
				
	
	
		
			34 lines
		
	
	
		
			785 B
		
	
	
	
		
			CSS
		
	
	
			
		
		
	
	
			34 lines
		
	
	
		
			785 B
		
	
	
	
		
			CSS
		
	
	
.ui-selectmenu-button.ui-button {
 | 
						|
    width: 10em;
 | 
						|
}
 | 
						|
.first-collumn {
 | 
						|
    width: 10%;
 | 
						|
}
 | 
						|
.container {
 | 
						|
    margin-right: 0;
 | 
						|
}
 | 
						|
@media screen and (-webkit-min-device-pixel-ratio:0) and (min-resolution:.001dpcm) {
 | 
						|
    .ui-checkboxradio-label {
 | 
						|
        padding-bottom: 0.6em !important;
 | 
						|
        padding-top: 0.6em !important;
 | 
						|
    }
 | 
						|
    .ui-checkboxradio-checked {
 | 
						|
        padding-bottom: 0.6em !important;
 | 
						|
        padding-top: 0.7em !important;
 | 
						|
    }
 | 
						|
}
 | 
						|
@-moz-document url-prefix() {
 | 
						|
    .ui-checkboxradio-label {
 | 
						|
        padding-bottom: 0.4em !important;
 | 
						|
        padding-top: 0.4em !important;
 | 
						|
    }
 | 
						|
    .ui-checkboxradio-checked {
 | 
						|
        padding-bottom: 0.4em !important;
 | 
						|
        padding-top: 0.5em !important;
 | 
						|
    }
 | 
						|
}
 | 
						|
.group_error {
 | 
						|
    display: none;
 | 
						|
    clear: both;
 | 
						|
    height: 60px;
 | 
						|
} |