| 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 |
.form-field input.tog { |
| 36 |
width: auto; |
| 37 |
margin-right: 2px; |
| 38 |
} |
| 39 |
|
| 40 |
.stringstranslations .column-name { |
| 41 |
width: 10%; |
| 42 |
} |
| 43 |
|
| 44 |
.stringstranslations .column-string { |
| 45 |
width: 36%; |
| 46 |
} |
| 47 |
|
| 48 |
.translation label { |
| 49 |
display: inline-block; |
| 50 |
width: 23%; |
| 51 |
} |
| 52 |
|
| 53 |
.translation input { |
| 54 |
width: 72%; |
| 55 |
} |
| 56 |
|
| 57 |
.column-term_group, .column-flag, .column-count { |
| 58 |
width : 10%; |
| 59 |
} |
| 60 |
|
| 61 |
.pll_icon_add, .pll_icon_edit { |
| 62 |
display: block; |
| 63 |
width: 16px; |
| 64 |
height: 16px; |
| 65 |
background-image: url("icons.png"); |
| 66 |
} |
| 67 |
|
| 68 |
.pll_icon_edit {background-position: 0px -24px;} |
| 69 |
.pll_icon_add {background-position: 16px -24px;} |
| 70 |
|
| 71 |
.pll_icon_edit:hover {background-position: 0px -40px;} |
| 72 |
.pll_icon_add:hover {background-position: 16px -40px;} |
| 73 |
|