| 1 |
/* languages admin panel */ |
| 2 |
.column-term_group, .column-flag, .column-count { |
| 3 |
width : 10%; |
| 4 |
} |
| 5 |
|
| 6 |
.form-field input[type="radio"] { |
| 7 |
width: auto; |
| 8 |
margin-right: 2px; |
| 9 |
} |
| 10 |
|
| 11 |
/* about Polylang metabox */ |
| 12 |
#pll_about_box p { |
| 13 |
text-align: justify; |
| 14 |
} |
| 15 |
|
| 16 |
#pll_about_box input { |
| 17 |
margin: 0; |
| 18 |
padding: 0; |
| 19 |
float: right; |
| 20 |
} |
| 21 |
|
| 22 |
/* strings translation table */ |
| 23 |
#string-translation .search-box { |
| 24 |
margin: 16px 0 8px 0; |
| 25 |
} |
| 26 |
|
| 27 |
.stringstranslations .column-name, .stringstranslations .column-context { |
| 28 |
width: 10%; |
| 29 |
} |
| 30 |
|
| 31 |
.stringstranslations .column-string { |
| 32 |
width: 33%; |
| 33 |
} |
| 34 |
|
| 35 |
.translation label { |
| 36 |
display: inline-block; |
| 37 |
width: 23%; |
| 38 |
vertical-align: top; |
| 39 |
} |
| 40 |
|
| 41 |
.translation input, .translation textarea { |
| 42 |
width: 72%; |
| 43 |
} |
| 44 |
|
| 45 |
/* settings */ |
| 46 |
.pll_inline_block { |
| 47 |
margin: 0; |
| 48 |
} |
| 49 |
|
| 50 |
.pll_inline_block li { |
| 51 |
display: inline-block; |
| 52 |
margin: 0; |
| 53 |
width: 250px; |
| 54 |
} |
| 55 |
|
| 56 |
.form-table .pll-domains-table td { |
| 57 |
padding: 2px 2px 2px 18px; |
| 58 |
} |
| 59 |
/* language columns in edit.php and edit-tags.php */ |
| 60 |
th[class*='column-language_'] { |
| 61 |
width: 2em; |
| 62 |
} |
| 63 |
|
| 64 |
.pll_icon_edit, .pll_icon_add, .pll_icon_tick { |
| 65 |
display: block; |
| 66 |
width: 16px; |
| 67 |
height: 16px; |
| 68 |
background-image: url("icons.png"); |
| 69 |
} |
| 70 |
|
| 71 |
.pll_icon_edit {background-position: 0px -24px;} |
| 72 |
.pll_icon_add {background-position: -16px -24px;} |
| 73 |
.pll_icon_tick {background-position: -32px -24px;} |
| 74 |
|
| 75 |
.pll_icon_edit:hover {background-position: 0px -40px;} |
| 76 |
.pll_icon_add:hover {background-position: -16px -40px;} |
| 77 |
.pll_icon_tick:hover {background-position: -32px -40px;} |
| 78 |
|
| 79 |
/* languages metabox in post.php */ |
| 80 |
#post-translations table { |
| 81 |
width: 100%; |
| 82 |
text-align: left; |
| 83 |
font-size: 11px; |
| 84 |
margin: 0 6px; |
| 85 |
} |
| 86 |
|
| 87 |
#post-translations td { |
| 88 |
font-size: 11px; |
| 89 |
} |
| 90 |
|
| 91 |
/* language and translations in edit-tags.php as well as media translations in upload.php */ |
| 92 |
#term-translations table { |
| 93 |
width: 97%; |
| 94 |
} |
| 95 |
|
| 96 |
#term-translations th, .media-item .describe .media-translations th { |
| 97 |
padding: 8px 10px; |
| 98 |
} |
| 99 |
|
| 100 |
#term-translations td, .media-item .describe .media-translations td { |
| 101 |
font-size: 12px; |
| 102 |
line-height: 26px; |
| 103 |
margin-bottom: 9px; |
| 104 |
padding: 4px 10px; |
| 105 |
} |
| 106 |
|
| 107 |
.tr-language-column { |
| 108 |
width: 35%; |
| 109 |
} |
| 110 |
|
| 111 |
div#term-translations select[id*='tr_lang_'] { |
| 112 |
width: 95%; |
| 113 |
} |
| 114 |
|
| 115 |
tr#term-translations select[id*='tr_lang_'] { |
| 116 |
width: 65%; |
| 117 |
} |
| 118 |
|
| 119 |
.tr-edit-column { |
| 120 |
width: 15%; |
| 121 |
} |
| 122 |
|
| 123 |
/* media translations in upload.php */ |
| 124 |
.media-translations { |
| 125 |
width: 460px; |
| 126 |
} |
| 127 |
|