active_scaffold_sortable 3.2.6 → 3.2.7
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA512:
|
3
|
-
|
4
|
-
|
3
|
+
metadata.gz: 08b1bc101c3e8f0d832a0af7d09ccb1b4ac9448b0785e3fc200bde1db2fa797182a6dd6329264b5f01a0e9b2137977364703120e7d34555ece34ade48ce3e22c
|
4
|
+
data.tar.gz: f666ddfa68d8d200196aadd11e79dce6d44489f98294f76236d2d694aba292c68e1cf394f1f60b1ee994a37a018457fefc03ace8ad23299024908c0ffdf0100b
|
5
5
|
SHA1:
|
6
|
-
|
7
|
-
|
6
|
+
metadata.gz: 208d62d82e38a70259d4d46144a050db88a3ddc8
|
7
|
+
data.tar.gz: 521fc256b6d09bf5d78f02ca49733145b4a17a88
|
@@ -1,10 +1,7 @@
|
|
1
|
-
.sortable-handle {
|
2
|
-
|
3
|
-
}
|
1
|
+
.sortable-handle { cursor: move; }
|
2
|
+
.active-scaffold .sub-form table td.sortable-handle { display: table-cell; }
|
3
|
+
.active-scaffold .sub-form tbody.sortable-highlight { display: table-row; }
|
4
4
|
td.sortable-handle, .active-scaffold .sub-form table td.sortable-handle {
|
5
5
|
background: image-url('active_scaffold/sortable.png') no-repeat center center;
|
6
6
|
width: 16px;
|
7
7
|
}
|
8
|
-
.active-scaffold .sub-form table td.sortable-handle {
|
9
|
-
display: table-cell;
|
10
|
-
}
|