radiant-drag_order-extension 0.3.7 → 0.3.8
Sign up to get free protection for your applications and to get access to all the features.
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.3.
|
1
|
+
0.3.8
|
@@ -3,38 +3,38 @@
|
|
3
3
|
table.index
|
4
4
|
|
5
5
|
tr.dragging
|
6
|
-
:
|
7
|
-
:color #D3ECF4
|
6
|
+
background-color: #D3ECF4
|
8
7
|
|
9
8
|
td
|
10
|
-
:
|
9
|
+
color: #FFFFFF
|
11
10
|
|
12
11
|
.drag_order
|
13
|
-
:
|
12
|
+
width: 24px
|
14
13
|
|
15
14
|
img
|
16
|
-
:
|
15
|
+
visibility: hidden
|
16
|
+
cursor: move
|
17
|
+
|
18
|
+
&:hover
|
19
|
+
img
|
20
|
+
visibility: visible
|
17
21
|
|
18
22
|
|
19
23
|
#drag_line
|
20
|
-
:
|
21
|
-
:
|
22
|
-
:
|
23
|
-
|
24
|
-
:background
|
25
|
-
:color #800080
|
24
|
+
position: relative
|
25
|
+
height: 3px
|
26
|
+
font-size: 0
|
27
|
+
background-color: #800080
|
26
28
|
|
27
29
|
div
|
28
|
-
:
|
29
|
-
:
|
30
|
-
:
|
31
|
-
:
|
32
|
-
:
|
33
|
-
:image url(/images/admin/extensions/drag_order/circle.png)
|
30
|
+
position: absolute
|
31
|
+
height: 9px
|
32
|
+
width: 9px
|
33
|
+
margin: -3px 0 0 -9px
|
34
|
+
background-image: url('/images/admin/extensions/drag_order/circle.png')
|
34
35
|
|
35
36
|
&.copy
|
36
|
-
:
|
37
|
-
:
|
38
|
-
:
|
39
|
-
:
|
40
|
-
:image url(/images/admin/extensions/drag_order/copy.png)
|
37
|
+
height: 20px
|
38
|
+
width: 20px
|
39
|
+
margin: -9px 0 0 -20px
|
40
|
+
background-image: url('/images/admin/extensions/drag_order/copy.png')
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: radiant-drag_order-extension
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 3
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 3
|
9
|
-
-
|
10
|
-
version: 0.3.
|
9
|
+
- 8
|
10
|
+
version: 0.3.8
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Dirk Kelly
|