PluginProbe ʕ •ᴥ•ʔ
Simple Page Ordering / 2.2
Simple Page Ordering v2.2
2.3.1 2.3.2 2.3.3 2.3.4 2.4.0 2.4.1 2.4.2 2.4.3 2.4.4 2.5.0 2.5.1 2.6.0 2.6.1 2.6.2 2.6.3 2.7.0 2.7.1 2.7.2 2.7.3 2.7.4 2.8.0 trunk 0.8.4 0.9 0.9.1 0.9.5 0.9.6 1.0 2.0 2.1 2.1.1 2.1.2 2.2 2.2.1 2.2.2 2.2.3 2.2.4 2.3
simple-page-ordering / simple-page-ordering.css
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 }