-
Notifications
You must be signed in to change notification settings - Fork 106
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds the Polylang Pro plugin to Learn.WordPress.org (#3049)
* Adds the Polylang Pro plugin to Learn.WordPress.org See #2284 * Add Polylang Pro to build * Reconfigure gitignore for build directories * Add polylang pro frontend assets --------- Co-authored-by: Adam Wood <[email protected]>
- Loading branch information
1 parent
366ba58
commit e7303ed
Showing
714 changed files
with
87,192 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
55 changes: 55 additions & 0 deletions
55
wp-content/plugins/polylang-pro/css/build/admin-export-import.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; | ||
} | ||
} |
1 change: 1 addition & 0 deletions
1
wp-content/plugins/polylang-pro/css/build/admin-export-import.min.css
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.