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.7
1
+ 0.3.8
@@ -3,38 +3,38 @@
3
3
  table.index
4
4
 
5
5
  tr.dragging
6
- :background
7
- :color #D3ECF4
6
+ background-color: #D3ECF4
8
7
 
9
8
  td
10
- :color white
9
+ color: #FFFFFF
11
10
 
12
11
  .drag_order
13
- :width 24px
12
+ width: 24px
14
13
 
15
14
  img
16
- :cursor move
15
+ visibility: hidden
16
+ cursor: move
17
+
18
+ &:hover
19
+ img
20
+ visibility: visible
17
21
 
18
22
 
19
23
  #drag_line
20
- :position relative
21
- :height 3px
22
- :font
23
- :size 0px
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
- :position absolute
29
- :height 9px
30
- :width 9px
31
- :margin -3px 0 0 -9px
32
- :background
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
- :height 20px
37
- :width 20px
38
- :margin -9px 0 0 -20px
39
- :background
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')
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{radiant-drag_order-extension}
8
- s.version = "0.3.7"
8
+ s.version = "0.3.8"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Dirk Kelly"]
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: 29
4
+ hash: 3
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 3
9
- - 7
10
- version: 0.3.7
9
+ - 8
10
+ version: 0.3.8
11
11
  platform: ruby
12
12
  authors:
13
13
  - Dirk Kelly