first commit
This commit is contained in:
@@ -0,0 +1,57 @@
|
||||
.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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user