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 +45 -3 2.82.7.3 View file →
@@ -150,12 +150,11 @@
150 150 margin: 0 0 0 20px;
151 151 }
152 152
153 153 /* 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_'] {
154 +th[class*='column-language_'],
155 +td[class*='column-language_'] {
156 156 width: 1.5em;
157 - box-sizing: content-box; /* Override ACF 5.9.0 styles */
158 157 }
159 158
160 159 /* Text direction in post.php and edit-tags.php */
161 160 .pll-dir-rtl textarea,
@@ -227,8 +226,27 @@
227 226 .pll-media-edit-column {
228 227 float: right;
229 228 }
230 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 +
231 249 /* language and translations in edit-tags.php */
232 250 .pll-translation-flag { /* also for media */
233 251 margin-right: 14px;
234 252 }
@@ -271,8 +289,12 @@
271 289 font-weight: normal;
272 290 }
273 291
274 292 /* icon fonts */
293 +.pll_icon_tick:before {
294 + content: "\f147";
295 +}
296 +
275 297 .pll_icon_add:before {
276 298 content: "\f132";
277 299 }
278 300
@@ -311,8 +333,28 @@
311 333 }
312 334
313 335 .pll-notice .button {
314 336 margin-right: 10px;
337 +}
338 +
339 +/* Bulk translate */
340 +.bulk-translate-save .button {
341 + margin-right: 20px;
342 +}
343 +
344 +#wpbody-content #pll-translate fieldset {
345 + display: inline-block;
346 + width: 300px;
347 +}
348 +
349 +#pll-translate .pll-translation-flag {
350 + margin-right: 0.3em;
351 +}
352 +
353 +#pll-translate .title {
354 + display: block;
355 + margin: 0.2em 0;
356 + line-height: 2.5;
315 357 }
316 358
317 359 @media screen and ( max-width: 782px ) {
318 360 /* settings */