PluginProbe
Polylang / 2.7.3
Polylang v2.7.3
3.8.9 3.8.8 3.8.7 3.8.6 3.8.5 3.8.4 3.8.3 2.7 2.7.0.1 2.7.1 2.7.2 2.7.3 2.7.4 2.8 2.8.1 2.8.2 2.8.3 2.8.4 2.9 2.9.1 2.9.2 3.0 3.0.1 3.0.2 3.0.3 All 233 releases
← All changes | css/admin.css +46 -40 3.0.22.7.3 View file →
@@ -62,24 +62,11 @@
62 62 width: 23%;
63 63 vertical-align: top;
64 64 }
65 65
66 -.translation {
67 - display: flex; /* fix #691 to remove default margin bottom */
68 -}
69 -@media screen and (max-width: 782px) { /* reset default display property for small device */
70 - .translation{
71 - display: block;
72 - }
73 -}
74 -.translation textarea{
75 - display: block; /* fix #691 to remove default margin bottom */
76 -}
77 66 .translation input,
78 67 .translation textarea {
79 68 width: 72%;
80 - box-sizing: border-box; /* to be sure field don't overrun outside their wrapper */
81 - margin-bottom: 4px; /* fix #691 set the same margin bottom for both textarea and input tags */
82 69 }
83 70
84 71 /* settings */
85 72 .pll-settings {
@@ -163,12 +150,11 @@
163 150 margin: 0 0 0 20px;
164 151 }
165 152
166 153 /* language columns in edit.php and edit-tags.php */
167 -.wp-list-table th[class*='column-language_'],
168 -.wp-list-table td[class*='column-language_'] {
154 +th[class*='column-language_'],
155 +td[class*='column-language_'] {
169 156 width: 1.5em;
170 - box-sizing: content-box; /* Override ACF 5.9.0 styles */
171 157 }
172 158
173 159 /* Text direction in post.php and edit-tags.php */
174 160 .pll-dir-rtl textarea,
@@ -240,8 +226,27 @@
240 226 .pll-media-edit-column {
241 227 float: right;
242 228 }
243 229
230 +/* Languages metabox buttons */
231 +.pll-button {
232 + padding: 0;
233 + height: 20px;
234 + background: none;
235 + border: none;
236 + font-size: 20px;
237 + cursor: pointer;
238 +}
239 +
240 +.pll-button:not(.wp-ui-text-highlight) {
241 + color: #DDDDDD;
242 +}
243 +
244 +#pll-duplicate {
245 + float: right;
246 + margin: 13px 7px;
247 +}
248 +
244 249 /* language and translations in edit-tags.php */
245 250 .pll-translation-flag { /* also for media */
246 251 margin-right: 14px;
247 252 }
@@ -284,8 +289,12 @@
284 289 font-weight: normal;
285 290 }
286 291
287 292 /* icon fonts */
293 +.pll_icon_tick:before {
294 + content: "\f147";
295 +}
296 +
288 297 .pll_icon_add:before {
289 298 content: "\f132";
290 299 }
291 300
@@ -326,26 +335,27 @@
326 335 .pll-notice .button {
327 336 margin-right: 10px;
328 337 }
329 338
330 -/* Metaboxes holder in Strings translations screen */
331 -.languages_page_mlang_strings .metabox-holder > div {
332 - display: flex;
339 +/* Bulk translate */
340 +.bulk-translate-save .button {
341 + margin-right: 20px;
333 342 }
334 -.languages_page_mlang_strings .metabox-holder > div > div {
335 - flex-grow: 1;
343 +
344 +#wpbody-content #pll-translate fieldset {
345 + display: inline-block;
346 + width: 300px;
336 347 }
337 -.languages_page_mlang_strings .metabox-holder > div > div:nth-child(2n) {
338 - margin-left: 1rem;
348 +
349 +#pll-translate .pll-translation-flag {
350 + margin-right: 0.3em;
339 351 }
340 -.languages_page_mlang_strings .metabox-holder > div > div.closed {
341 - border:0;
342 - background: none;
352 +
353 +#pll-translate .title {
354 + display: block;
355 + margin: 0.2em 0;
356 + line-height: 2.5;
343 357 }
344 -.languages_page_mlang_strings .metabox-holder > div > div.closed .postbox-header{
345 - border: 1px solid #ccd0d4;
346 - background: #fff;
347 -}
348 358
349 359 @media screen and ( max-width: 782px ) {
350 360 /* settings */
351 361 #wpbody-content .pll-settings .pll-configure > td {
@@ -375,8 +385,13 @@
375 385 margin: 10px 0 5px;
376 386 }
377 387
378 388 /* strings translations table */
389 + .stringstranslations .column-context,
390 + .stringstranslations .column-name {
391 + display: none; /* backward compatibility WP < 4.3 */
392 + }
393 +
379 394 .translation label {
380 395 display: block;
381 396 width: 95%;
382 397 padding-left: 0;
@@ -381,19 +396,10 @@
381 396 width: 95%;
382 397 padding-left: 0;
383 398 }
384 399
385 - .translation input,
386 - .translation textarea {
400 + .translation input {
387 401 width: 95%;
388 - }
389 -
390 - /* Metaboxes holder in Strings translations screen */
391 - .languages_page_mlang_strings .metabox-holder > div {
392 - flex-direction: column;
393 - }
394 - .languages_page_mlang_strings .metabox-holder > div > div:nth-child(2n) {
395 - margin-left: 0;
396 402 }
397 403
398 404 /* hide selected language flag and translations language name */
399 405 #select-add-term-language .pll-select-flag,