unstick the unchecked newUI option from the buttons below

This commit is contained in:
tophf 2018-01-04 22:36:31 +03:00
parent 392ca4c988
commit c553c0270e

View File

@ -720,6 +720,10 @@ select {
transform: rotate(-90deg);
}
html:not(.newUI) #newUIoptions + * {
margin-top: .5em;
}
input[id^="manage.newUI"] {
margin-left: 0;
}