admin.css in Polylang 0.6, at css/admin.css
| 1 | #term-translations table { |
| 2 | width: 97%; |
| 3 | } |
| 4 | |
| 5 | #term-translations th { |
| 6 | padding: 8px 10px; |
| 7 | } |
| 8 | |
| 9 | #term-translations td { |
| 10 | font-size: 12px; |
| 11 | line-height: 26px; |
| 12 | margin-bottom: 9px; |
| 13 | padding: 4px 10px; |
| 14 | } |
| 15 | |
| 16 | .tr-language-column { |
| 17 | width: 35%; |
| 18 | } |
| 19 | |
| 20 | .tr-edit-column { |
| 21 | width: 15%; |
| 22 | } |
| 23 | |
| 24 | #post-translations table { |
| 25 | width: 100%; |
| 26 | text-align: left; |
| 27 | font-size: 11px; |
| 28 | margin: 0 6px; |
| 29 | } |
| 30 | |
| 31 | #post-translations td { |
| 32 | font-size: 11px; |
| 33 | } |
| 34 | |
| 35 | .stringstranslations .column-name { |
| 36 | width: 10%; |
| 37 | } |
| 38 | |
| 39 | .stringstranslations .column-string { |
| 40 | width: 36%; |
| 41 | } |
| 42 | |
| 43 | .translation label { |
| 44 | display: inline-block; |
| 45 | width: 23%; |
| 46 | } |
| 47 | |
| 48 | .translation input { |
| 49 | width: 72%; |
| 50 | } |
| 51 | |
| 52 | .column-term_group, .column-flag, .column-count { |
| 53 | width : 10%; |
| 54 | } |
| 55 |