mirror of https://github.com/Aidaho12/haproxy-wi
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
785 B
34 lines
785 B
4 years ago
|
.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;
|
||
|
}
|