Files
2025-02-24 22:33:42 +01:00

58 lines
1.1 KiB
CSS

.bulk-translate-save .button {
margin-right: 20px;
}
#wpbody-content #pll-translate .pll-bulk-translate-fields-wrapper {
display: flex;
}
#wpbody-content #pll-translate fieldset {
flex-basis: fit-content;
margin-right: 10%;
}
#pll-translate .pll-translation-flag {
margin: auto 10px auto 7px;
}
.rtl #pll-translate .pll-translation-flag {
margin: auto 7px auto 10px;
}
#pll-translate .title {
display: block;
line-height: 2.5;
}
#pll-translate label {
display: flex;
align-items: center;
}
#pll-translate label span.description{
line-height: normal;
}
#pll-translate label[for="pll-select-format"] {
padding-left: 18px;
}
#pll-translate #pll-select-format {
margin-left: 0.5rem;
}
@supports(selector(:has(*))) {
#pll-translate label[for="pll-select-format"] {
display: none;
}
#pll-translate label:has([name="translate"][value="pll_export_post"]:checked) ~ [for="pll-select-format"] {
display: flex;
}
}
@media screen and ( max-width: 782px ) {
#wpbody-content #pll-translate .pll-bulk-translate-fields-wrapper {
flex-direction: column;
}
}