Fix for Auto - Reset button height

This commit is contained in:
TooWaBoo
2019-04-14 09:44:21 +02:00
committed by GitHub
parent 11d93cd24b
commit 031613abe5

View File

@@ -1900,12 +1900,12 @@ spinbutton {
}
/* Needed for Reset & and Auto button height*/
#MyExpander button + label + spinbutton {
margin-top: 0.333333333333333333em;
margin-bottom: 0.333333333333333333em;
margin-top: 0.25em;
margin-bottom: 0.25em;
}
#MyExpander checkbutton + label + spinbutton {
margin-top: 0.416666666666666666em;
margin-bottom: 0.416666666666666666em;
margin-top: 0.333333333333333333em;
margin-bottom: 0.333333333333333333em;
}
/**/