| 1 |
/* Language Packs */ |
| 2 |
|
| 3 |
#bogo-language-packs td:first-child { |
| 4 |
border-right: 0; |
| 5 |
padding-right: 16px; |
| 6 |
} |
| 7 |
|
| 8 |
#bogo-language-packs tr.active td:first-child { |
| 9 |
border-right: 4px solid #00a0d2; |
| 10 |
padding-right: 12px; |
| 11 |
} |
| 12 |
|
| 13 |
#bogo-language-packs td.status li.post-count, |
| 14 |
#bogo-language-packs td.status li.page-count { |
| 15 |
float: right; |
| 16 |
margin: 6px 0 0 16px; |
| 17 |
} |
| 18 |
|
| 19 |
#bogo-language-packs td.status li.post-count a::before, |
| 20 |
#bogo-language-packs td.status li.page-count a::before { |
| 21 |
padding-left: 4px; |
| 22 |
} |
| 23 |
|
| 24 |
/* Terms Translation */ |
| 25 |
|
| 26 |
#bogo-terms-translation .large-text { |
| 27 |
padding-right: 0; |
| 28 |
margin-right: 0; |
| 29 |
} |
| 30 |
|
| 31 |
#bogo-terms-translation .large-text:hover { |
| 32 |
padding-right: 5px; |
| 33 |
margin-right: 1px; |
| 34 |
} |
| 35 |
|
| 36 |
#bogo-terms-translation .large-text:focus { |
| 37 |
padding-right: 5px; |
| 38 |
margin-right: 1px; |
| 39 |
} |
| 40 |
|
| 41 |
/* Post */ |
| 42 |
|
| 43 |
ul#bogo-translations li { |
| 44 |
margin-right: 1.4em; |
| 45 |
} |
| 46 |
|
| 47 |
#bogo-add-translation-actions span.spinner, |
| 48 |
#bogo-add-translation-actions button { |
| 49 |
float: right; |
| 50 |
} |
| 51 |
|