about.css
7 years ago
admin-compat.css
7 years ago
admin-form.css
7 years ago
fields.css
7 years ago
form-preview.css
7 years ago
number-spinner.css
7 years ago
order.css
7 years ago
polylang.css
7 years ago
post-editor.css
7 years ago
views.css
7 years ago
wpml.css
7 years ago
wpml.css
32 lines
| 1 | /* The String Translation screen |
| 2 | -----------------------------------------------*/ |
| 3 | |
| 4 | /* word break */ |
| 5 | .wrap .wpml-st-col-domain, .wpml-st-col-name { |
| 6 | word-break: normal; |
| 7 | } |
| 8 | |
| 9 | /* striping */ |
| 10 | #icl_string_translations > tbody > *:nth-child(2n+1) { |
| 11 | background-color: #f9f9f9; |
| 12 | } |
| 13 | |
| 14 | /* the languages links under Bulk Actions on the Categories screen */ |
| 15 | #icl_subsubsub { |
| 16 | display: block; |
| 17 | padding: 5px 8px 8px; |
| 18 | } |
| 19 | |
| 20 | /* the textareas */ |
| 21 | .icl-st-table textarea { |
| 22 | font-size: 13px; |
| 23 | } |
| 24 | |
| 25 | /* match the header/footer checkbox to standard post list table */ |
| 26 | .widefat thead td.check-column, |
| 27 | .widefat thead th.check-column, |
| 28 | .widefat tfoot td.check-column, |
| 29 | .widefat tfoot th.check-column { |
| 30 | padding: 10px 0 0 2px; |
| 31 | } |
| 32 |