Skip to content

Commit

Permalink
Add polylang pro frontend assets
Browse files Browse the repository at this point in the history
  • Loading branch information
adamwoodnz committed Dec 3, 2024
1 parent 0b3618c commit 930ecac
Show file tree
Hide file tree
Showing 58 changed files with 12,573 additions and 0 deletions.
55 changes: 55 additions & 0 deletions wp-content/plugins/polylang-pro/css/build/admin-export-import.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
/* Metaboxes holder in Strings translations screen */
.languages_page_mlang_strings .metabox-holder > div {
display: flex;
}
.languages_page_mlang_strings .metabox-holder > div > div {
flex-grow: 1;
}
.languages_page_mlang_strings .metabox-holder > div > div:nth-child(2n) {
margin-left: 1rem;
}
.languages_page_mlang_strings .metabox-holder > div > div.closed {
border:0;
background: none;
}
.languages_page_mlang_strings .metabox-holder > div > div.closed .postbox-header{
border: 1px solid #ccd0d4;
background: #fff;
}

#pll-export-strings-box.postbox .submit, /* Override WordPress styles */
#pll-import-translations-box.postbox .submit {
float: none;
padding: 0;
}

#export-string-translation .pll-translation-flag {
margin: auto 10px auto 7px;
}

#export-string-translation label,
#export-string-translation label[for="pll-select-format"] span,
#import-translation label {
display: block;
margin: 0.35em 0 0.5em;
}

.pll-legend {
display: block;
padding: 2px 0;
color: #1d2327;
font-weight: 400;
text-shadow: none;
margin: 0.35em 0 0.5em;
}

/* Narrow devices */
@media screen and ( max-width: 782px ) {
/* Metaboxes holder in Strings translations screen */
.languages_page_mlang_strings .metabox-holder > div {
flex-direction: column;
}
.languages_page_mlang_strings .metabox-holder > div > div:nth-child(2n) {
margin-left: 0;
}
}

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 930ecac

Please sign in to comment.