PluginProbe ʕ •ᴥ•ʔ
Slider Ultimate / 2.0.8
Slider Ultimate v2.0.8
trunk 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.19 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 1.1.1 1.1.2 1.1.3 1.1.4 1.1.5 1.1.6 1.1.7 1.1.8 1.1.9 2.0.0 2.0.1 2.0.2 2.0.3 2.0.4 2.0.5 2.0.6 2.0.7 2.0.8 2.0.9 2.1.0 2.1.1 2.2.0 2.2.1 2.2.2 2.2.3 2.2.4 2.2.5 2.2.6 2.2.7 2.2.8 2.2.9
ultimate-slider / lib / simple-admin-pages / css / ordering.css
ultimate-slider / lib / simple-admin-pages / css Last commit date
admin-settings-blue.css 4 years ago admin-settings.css 4 years ago admin.css 4 years ago infinite_table.css 4 years ago ordering.css 4 years ago spectrum.css 4 years ago
ordering.css
28 lines
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