PluginProbe
Ultimate WP Mail / trunk
Ultimate WP Mail vtrunk
1.3.13 1.3.12 trunk 0.11 0.25 1.0.0 1.0.1 1.0.10 1.0.11 1.0.12 1.0.13 1.0.14 1.0.15 1.0.16 1.0.17 1.0.18 1.0.2 1.0.3 1.0.4 1.0.5 1.0.6 1.0.7 1.0.8 1.0.9 1.1.0 All 46 releases
ultimate-wp-mail / lib / simple-admin-pages / css / ordering.css

ordering.css in Ultimate WP Mail trunk, at lib/simple-admin-pages/css/ordering.css

30 lines 711 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /****************************
2 ORDERING TABLE
3 ****************************/
4 .sap-ordering-table table {
5 width: 100%;
6 border-collapse: collapse;
7 }
8 .sap-ordering-table table th, .sap-ordering-table table td {
9 background: #f1f1f1;
10 padding: 8px 16px;
11 width: calc(100% - 32px);
12 }
13 .sap-ordering-table table td {
14 border-bottom: 1px solid #ccc;
15 cursor: move;
16 }
17 .sap-ordering-table table td:first-of-type {
18 border-top: 1px solid #ccc;
19 }
20 .sap-ordering-table table tr:nth-of-type(2n+2) td {
21 background: #fafafa;
22 }
23 .sap-ordering-table table th {
24 background: #662D91;
25 color: #fff;
26 text-align: left;
27 }
28 .sap-ordering-table-restore-default.button-primary {
29 margin-top: 16px;
30 }