simple-page-ordering
Last commit date
localization
12 years ago
readme.txt
12 years ago
simple-page-ordering.css
12 years ago
simple-page-ordering.dev.js
12 years ago
simple-page-ordering.js
12 years ago
simple-page-ordering.php
12 years ago
simple-page-ordering.css
33 lines
| 1 | .wp-list-table .ui-sortable tr { |
| 2 | cursor: move; |
| 3 | } |
| 4 | |
| 5 | .wp-list-table .spo-updating tr, |
| 6 | .wp-list-table .ui-sortable tr.inline-editor { |
| 7 | cursor: default; |
| 8 | } |
| 9 | |
| 10 | .wp-list-table .ui-sortable-placeholder { |
| 11 | outline: 1px dashed #bbb; |
| 12 | background: #F1F1F1; |
| 13 | visibility: visible !important; |
| 14 | } |
| 15 | .wp-list-table .ui-sortable-helper { |
| 16 | background-color: #fff; |
| 17 | outline: 1px solid #e1e1e1; |
| 18 | } |
| 19 | .spo-updating-row .check-column { |
| 20 | background: url('../../../wp-admin/images/spinner.gif') 11px 11px no-repeat; |
| 21 | } |
| 22 | @media print, |
| 23 | (-o-min-device-pixel-ratio: 5/4), |
| 24 | (-webkit-min-device-pixel-ratio: 1.25), |
| 25 | (min-resolution: 120dpi) { |
| 26 | .spo-updating-row .check-column { |
| 27 | background-image: url('../../../wp-admin/images/spinner-2x.gif'); |
| 28 | background-size: 20px 20px; |
| 29 | } |
| 30 | } |
| 31 | .spo-updating-row .check-column input { |
| 32 | visibility: hidden; |
| 33 | } |