MDL-62172 Theme boostrapbase: align advanced checkbox in mform

This commit is contained in:
Bas Brands
2018-04-27 09:56:13 +08:00
committed by Jun Pataleta
parent 1d5d122b27
commit 5c8bebc159
2 changed files with 4 additions and 2 deletions
+2 -1
View File
@@ -102,7 +102,8 @@ form {
}
.mform .fcheckbox > span,
.mform .fradio > span,
.mform .fgroup > span {
.mform .fgroup > span,
.mform .fadvcheckbox > span {
display: inline-block;
margin-top: 5px;
}
+2 -1
View File
@@ -16621,7 +16621,8 @@ form {
}
.mform .fcheckbox > span,
.mform .fradio > span,
.mform .fgroup > span {
.mform .fgroup > span,
.mform .fadvcheckbox > span {
display: inline-block;
margin-top: 5px;
}