| @@ -150,11 +150,12 @@ | ||
| 150 | 150 | margin: 0 0 0 20px; |
| 151 | 151 | } |
| 152 | 152 | |
| 153 | 153 | /* language columns in edit.php and edit-tags.php */ |
| 154 | -th[class*='column-language_'], | |
| 155 | -td[class*='column-language_'] { | |
| 154 | +.wp-list-table th[class*='column-language_'], | |
| 155 | +.wp-list-table td[class*='column-language_'] { | |
| 156 | 156 | width: 1.5em; |
| 157 | + box-sizing: content-box; /* Override ACF 5.9.0 styles */ | |
| 157 | 158 | } |
| 158 | 159 | |
| 159 | 160 | /* Text direction in post.php and edit-tags.php */ |
| 160 | 161 | .pll-dir-rtl textarea, |
| @@ -226,27 +227,8 @@ | ||
| 226 | 227 | .pll-media-edit-column { |
| 227 | 228 | float: right; |
| 228 | 229 | } |
| 229 | 230 | |
| 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 | - | |
| 249 | 231 | /* language and translations in edit-tags.php */ |
| 250 | 232 | .pll-translation-flag { /* also for media */ |
| 251 | 233 | margin-right: 14px; |
| 252 | 234 | } |
| @@ -289,12 +271,8 @@ | ||
| 289 | 271 | font-weight: normal; |
| 290 | 272 | } |
| 291 | 273 | |
| 292 | 274 | /* icon fonts */ |
| 293 | -.pll_icon_tick:before { | |
| 294 | - content: "\f147"; | |
| 295 | -} | |
| 296 | - | |
| 297 | 275 | .pll_icon_add:before { |
| 298 | 276 | content: "\f132"; |
| 299 | 277 | } |
| 300 | 278 | |
| @@ -333,28 +311,8 @@ | ||
| 333 | 311 | } |
| 334 | 312 | |
| 335 | 313 | .pll-notice .button { |
| 336 | 314 | 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; | |
| 357 | 315 | } |
| 358 | 316 | |
| 359 | 317 | @media screen and ( max-width: 782px ) { |
| 360 | 318 | /* settings */ |