This commit is contained in:
Mirco Wittrien 2019-08-21 17:22:56 +02:00
parent 9c8046218f
commit 17eb629c4e
2 changed files with 6 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -5664,7 +5664,11 @@ var BDFDB = {myPlugins: BDFDB && BDFDB.myPlugins ? BDFDB.myPlugins : {}, BDv2Api
} }
.BDFDB-modal ${BDFDB.dotCN.checkboxcontainer}, .BDFDB-modal ${BDFDB.dotCN.checkboxcontainer},
.BDFDB-settings ${BDFDB.dotCN.checkboxcontainer} { .BDFDB-settings ${BDFDB.dotCN.checkboxcontainer} {
margin-left: 10px; display: flex;
align-items: center;
flex-direction: column;
margin-right: 5px;
margin-left: 5px;
} }
.BDFDB-modal ${BDFDB.dotCN.checkboxcontainer}:before, .BDFDB-modal ${BDFDB.dotCN.checkboxcontainer}:before,
.BDFDB-settings ${BDFDB.dotCN.checkboxcontainer}:before { .BDFDB-settings ${BDFDB.dotCN.checkboxcontainer}:before {