PluginProbe
Polylang / 2.6.2
Polylang v2.6.2
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 +43 -13 2.8.22.6.2 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;
@@ -150,12 +142,11 @@
150 142 margin: 0 0 0 20px;
151 143 }
152 144
153 145 /* language columns in edit.php and edit-tags.php */
154 -.wp-list-table th[class*='column-language_'],
155 -.wp-list-table td[class*='column-language_'] {
146 +th[class*='column-language_'],
147 +td[class*='column-language_'] {
156 148 width: 1.5em;
157 - box-sizing: content-box; /* Override ACF 5.9.0 styles */
158 149 }
159 150
160 151 /* Text direction in post.php and edit-tags.php */
161 152 .pll-dir-rtl textarea,
@@ -227,8 +218,27 @@
227 218 .pll-media-edit-column {
228 219 float: right;
229 220 }
230 221
222 +/* Languages metabox buttons */
223 +.pll-button {
224 + padding: 0;
225 + height: 20px;
226 + background: none;
227 + border: none;
228 + font-size: 20px;
229 + cursor: pointer;
230 +}
231 +
232 +.pll-button:not(.wp-ui-text-highlight) {
233 + color: #DDDDDD;
234 +}
235 +
236 +#pll-duplicate {
237 + float: right;
238 + margin: 13px 7px;
239 +}
240 +
231 241 /* language and translations in edit-tags.php */
232 242 .pll-translation-flag { /* also for media */
233 243 margin-right: 14px;
234 244 }
@@ -271,8 +281,12 @@
271 281 font-weight: normal;
272 282 }
273 283
274 284 /* icon fonts */
285 +.pll_icon_tick:before {
286 + content: "\f147";
287 +}
288 +
275 289 .pll_icon_add:before {
276 290 content: "\f132";
277 291 }
278 292
@@ -309,10 +323,26 @@
309 323 .pll-notice a.notice-dismiss {
310 324 text-decoration: none;
311 325 }
312 326
313 -.pll-notice .button {
314 - margin-right: 10px;
327 +/* Bulk translate */
328 +.bulk-translate-save .button {
329 + margin-right: 20px;
330 +}
331 +
332 +#wpbody-content #pll-translate fieldset {
333 + display: inline-block;
334 + width: 300px;
335 +}
336 +
337 +#pll-translate .pll-translation-flag {
338 + margin-right: 0.3em;
339 +}
340 +
341 +#pll-translate .title {
342 + display: block;
343 + margin: 0.2em 0;
344 + line-height: 2.5;
315 345 }
316 346
317 347 @media screen and ( max-width: 782px ) {
318 348 /* settings */