| @@ -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 */ |