PluginProbe
Polylang / 2.4
Polylang v2.4
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 +7 -57 2.92.4 View file →
@@ -20,16 +20,8 @@
20 20 .icon-default-lang:before {
21 21 font-family: 'dashicons';
22 22 content: "\f155";
23 23 }
24 -.pll-icon:before{
25 - display: inline-block;
26 - text-align: left;
27 - width: 15px;
28 -}
29 -.pll-circle:before{
30 - content: "\25cf";
31 -}
32 24
33 25 .form-field input[type="radio"] {
34 26 width: auto;
35 27 margin-right: 2px;
@@ -62,24 +54,11 @@
62 54 width: 23%;
63 55 vertical-align: top;
64 56 }
65 57
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 58 .translation input,
78 59 .translation textarea {
79 60 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 61 }
83 62
84 63 /* settings */
85 64 .pll-settings {
@@ -163,12 +142,11 @@
163 142 margin: 0 0 0 20px;
164 143 }
165 144
166 145 /* 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_'] {
146 +th[class*='column-language_'],
147 +td[class*='column-language_'] {
169 148 width: 1.5em;
170 - box-sizing: content-box; /* Override ACF 5.9.0 styles */
171 149 }
172 150
173 151 /* Text direction in post.php and edit-tags.php */
174 152 .pll-dir-rtl textarea,
@@ -284,8 +262,12 @@
284 262 font-weight: normal;
285 263 }
286 264
287 265 /* icon fonts */
266 +.pll_icon_tick:before {
267 + content: "\f147";
268 +}
269 +
288 270 .pll_icon_add:before {
289 271 content: "\f132";
290 272 }
291 273
@@ -322,31 +304,8 @@
322 304 .pll-notice a.notice-dismiss {
323 305 text-decoration: none;
324 306 }
325 307
326 -.pll-notice .button {
327 - margin-right: 10px;
328 -}
329 -
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 308 @media screen and ( max-width: 782px ) {
350 309 /* settings */
351 310 #wpbody-content .pll-settings .pll-configure > td {
352 311 padding: 20px;
@@ -386,19 +345,10 @@
386 345 width: 95%;
387 346 padding-left: 0;
388 347 }
389 348
390 - .translation input,
391 - .translation textarea {
349 + .translation input {
392 350 width: 95%;
393 - }
394 -
395 - /* Metaboxes holder in Strings translations screen */
396 - .languages_page_mlang_strings .metabox-holder > div {
397 - flex-direction: column;
398 - }
399 - .languages_page_mlang_strings .metabox-holder > div > div:nth-child(2n) {
400 - margin-left: 0;
401 351 }
402 352
403 353 /* hide selected language flag and translations language name */
404 354 #select-add-term-language .pll-select-flag,