PluginProbe
Polylang / 2.8
Polylang v2.8
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 +6 -42 3.02.8 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 {
@@ -326,27 +313,8 @@
326 313 .pll-notice .button {
327 314 margin-right: 10px;
328 315 }
329 316
330 -/* Metaboxes holder in Strings translations screen */
331 -.languages_page_mlang_strings .metabox-holder > div {
332 - display: flex;
333 -}
334 -.languages_page_mlang_strings .metabox-holder > div > div {
335 - flex-grow: 1;
336 -}
337 -.languages_page_mlang_strings .metabox-holder > div > div:nth-child(2n) {
338 - margin-left: 1rem;
339 -}
340 -.languages_page_mlang_strings .metabox-holder > div > div.closed {
341 - border:0;
342 - background: none;
343 -}
344 -.languages_page_mlang_strings .metabox-holder > div > div.closed .postbox-header{
345 - border: 1px solid #ccd0d4;
346 - background: #fff;
347 -}
348 -
349 317 @media screen and ( max-width: 782px ) {
350 318 /* settings */
351 319 #wpbody-content .pll-settings .pll-configure > td {
352 320 padding: 20px;
@@ -375,8 +343,13 @@
375 343 margin: 10px 0 5px;
376 344 }
377 345
378 346 /* strings translations table */
347 + .stringstranslations .column-context,
348 + .stringstranslations .column-name {
349 + display: none; /* backward compatibility WP < 4.3 */
350 + }
351 +
379 352 .translation label {
380 353 display: block;
381 354 width: 95%;
382 355 padding-left: 0;
@@ -381,19 +354,10 @@
381 354 width: 95%;
382 355 padding-left: 0;
383 356 }
384 357
385 - .translation input,
386 - .translation textarea {
358 + .translation input {
387 359 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 360 }
397 361
398 362 /* hide selected language flag and translations language name */
399 363 #select-add-term-language .pll-select-flag,