admin.css in Polylang 0.5.1, at css/admin.css
| 1 | #term-translations table { |
| 2 | width: 100%; |
| 3 | } |
| 4 | |
| 5 | #term-translations th { |
| 6 | padding: 0px; |
| 7 | font-weight: bold; |
| 8 | text-align: left; |
| 9 | } |
| 10 | |
| 11 | #term-translations td { |
| 12 | padding: 0px; |
| 13 | } |
| 14 | |
| 15 | #term-translations select { |
| 16 | width: 15em; |
| 17 | } |
| 18 | |
| 19 | #post-translations table { |
| 20 | width: 100%; |
| 21 | text-align: left; |
| 22 | font-size: 11px; |
| 23 | margin: 0 6px; |
| 24 | } |
| 25 | |
| 26 | #post-translations td { |
| 27 | font-size: 11px; |
| 28 | } |
| 29 |