This commit is contained in:
Mirco Wittrien 2020-01-22 14:20:47 +01:00
parent 5b419d17a5
commit 0b676aa20c
2 changed files with 9 additions and 2 deletions

View File

@ -8529,13 +8529,20 @@
${BDFDB.dotCNS.settingstablelist + BDFDB.dotCN.checkboxcontainer}:before { ${BDFDB.dotCNS.settingstablelist + BDFDB.dotCN.checkboxcontainer}:before {
display: none; display: none;
} }
${BDFDB.dotCNS.settingstablelist + BDFDB.dotCN.settingstableheader} {
min-height: 10px;
}
${BDFDB.dotCNS.settingstablelist + BDFDB.dotCN.settingstableheaderoption} {
width: unset;
}
${BDFDB.dotCN.settingstableheadervertical} { ${BDFDB.dotCN.settingstableheadervertical} {
position: relative; position: relative;
} }
${BDFDB.dotCN.settingstableheadervertical} > span { ${BDFDB.dotCN.settingstableheadervertical} > span {
position: absolute; position: absolute;
bottom: 50%; bottom: 50%;
right: 14px; right: calc(50% - 5px);
margin-bottom: -5px; margin-bottom: -5px;
writing-mode: vertical-rl; writing-mode: vertical-rl;
} }

File diff suppressed because one or more lines are too long