PluginProbe
Polylang / 2.3
Polylang v2.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 +7 -69 2.92.3 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,
@@ -257,9 +235,9 @@
257 235 }
258 236
259 237 #term-translations p {
260 238 /* same style as label */
261 - font-weight: 400;
239 + font-size: 12px;
262 240 font-style: normal;
263 241 padding: 2px;
264 242 color: #23282d;
265 243 }
@@ -284,12 +262,14 @@
284 262 font-weight: normal;
285 263 }
286 264
287 265 /* icon fonts */
266 +.pll_icon_tick:before {
267 + content: "\f147";
268 +}
288 269 .pll_icon_add:before {
289 270 content: "\f132";
290 271 }
291 -
292 272 .pll_icon_edit:before {
293 273 content: "\f464";
294 274 }
295 275
@@ -312,41 +292,8 @@
312 292 content: "\f326";
313 293 top: 1px;
314 294 }
315 295
316 -/* Notices */
317 -.pll-notice.notice {
318 - padding-right: 38px;
319 - position: relative;
320 -}
321 -
322 -.pll-notice a.notice-dismiss {
323 - text-decoration: none;
324 -}
325 -
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 296 @media screen and ( max-width: 782px ) {
350 297 /* settings */
351 298 #wpbody-content .pll-settings .pll-configure > td {
352 299 padding: 20px;
@@ -386,19 +333,10 @@
386 333 width: 95%;
387 334 padding-left: 0;
388 335 }
389 336
390 - .translation input,
391 - .translation textarea {
337 + .translation input {
392 338 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 339 }
402 340
403 341 /* hide selected language flag and translations language name */
404 342 #select-add-term-language .pll-select-flag,