jquery-treeview-rails 1.0.1 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -10,7 +10,7 @@
|
|
10
10
|
}
|
11
11
|
|
12
12
|
.treeview .hitarea {
|
13
|
-
background: url(
|
13
|
+
background: url(image-path("treeview-default.gif")) -64px -25px no-repeat;
|
14
14
|
height: 16px;
|
15
15
|
width: 16px;
|
16
16
|
margin-left: -16px;
|
@@ -36,32 +36,32 @@
|
|
36
36
|
|
37
37
|
.treeview .hover { color: red; cursor: pointer; }
|
38
38
|
|
39
|
-
.treeview li { background: url(
|
39
|
+
.treeview li { background: url(image-path("treeview-default-line.gif")) 0 0 no-repeat; }
|
40
40
|
.treeview li.collapsable, .treeview li.expandable { background-position: 0 -176px; }
|
41
41
|
|
42
42
|
.treeview .expandable-hitarea { background-position: -80px -3px; }
|
43
43
|
|
44
44
|
.treeview li.last { background-position: 0 -1766px }
|
45
|
-
.treeview li.lastCollapsable, .treeview li.lastExpandable { background-image: url(
|
45
|
+
.treeview li.lastCollapsable, .treeview li.lastExpandable { background-image: url(image-path("treeview-default.gif")); }
|
46
46
|
.treeview li.lastCollapsable { background-position: 0 -111px }
|
47
47
|
.treeview li.lastExpandable { background-position: -32px -67px }
|
48
48
|
|
49
49
|
.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea { background-position: 0; }
|
50
50
|
|
51
|
-
.treeview-red li { background-image: url(
|
52
|
-
.treeview-red .hitarea, .treeview-red li.lastCollapsable, .treeview-red li.lastExpandable { background-image: url(
|
51
|
+
.treeview-red li { background-image: url(image-path("treeview-red-line.gif")); }
|
52
|
+
.treeview-red .hitarea, .treeview-red li.lastCollapsable, .treeview-red li.lastExpandable { background-image: url(image-path("treeview-red.gif")); }
|
53
53
|
|
54
|
-
.treeview-black li { background-image: url(
|
55
|
-
.treeview-black .hitarea, .treeview-black li.lastCollapsable, .treeview-black li.lastExpandable { background-image: url(
|
54
|
+
.treeview-black li { background-image: url(image-path("treeview-black-line.gif")); }
|
55
|
+
.treeview-black .hitarea, .treeview-black li.lastCollapsable, .treeview-black li.lastExpandable { background-image: url(image-path("treeview-black.gif")); }
|
56
56
|
|
57
|
-
.treeview-gray li { background-image: url(
|
58
|
-
.treeview-gray .hitarea, .treeview-gray li.lastCollapsable, .treeview-gray li.lastExpandable { background-image: url(
|
57
|
+
.treeview-gray li { background-image: url(image-path("treeview-gray-line.gif")); }
|
58
|
+
.treeview-gray .hitarea, .treeview-gray li.lastCollapsable, .treeview-gray li.lastExpandable { background-image: url(image-path("treeview-gray.gif")); }
|
59
59
|
|
60
|
-
.treeview-famfamfam li { background-image: url(
|
61
|
-
.treeview-famfamfam .hitarea, .treeview-famfamfam li.lastCollapsable, .treeview-famfamfam li.lastExpandable { background-image: url(
|
60
|
+
.treeview-famfamfam li { background-image: url(image-path("treeview-famfamfam-line.gif")); }
|
61
|
+
.treeview-famfamfam .hitarea, .treeview-famfamfam li.lastCollapsable, .treeview-famfamfam li.lastExpandable { background-image: url(image-path("treeview-famfamfam.gif")); }
|
62
62
|
|
63
63
|
.treeview .placeholder {
|
64
|
-
background: url(
|
64
|
+
background: url(image-path("ajax-loader.gif")) 0 0 no-repeat;
|
65
65
|
height: 16px;
|
66
66
|
width: 16px;
|
67
67
|
display: block;
|
@@ -69,6 +69,6 @@
|
|
69
69
|
|
70
70
|
.filetree li { padding: 3px 0 2px 16px; }
|
71
71
|
.filetree span.folder, .filetree span.file { padding: 1px 0 1px 16px; display: block; }
|
72
|
-
.filetree span.folder { background: url(
|
73
|
-
.filetree li.expandable span.folder { background: url(
|
74
|
-
.filetree span.file { background: url(
|
72
|
+
.filetree span.folder { background: url(image-path("folder.gif")) 0 0 no-repeat; }
|
73
|
+
.filetree li.expandable span.folder { background: url(image-path("folder-closed.gif")) 0 0 no-repeat; }
|
74
|
+
.filetree span.file { background: url(image-path("file.gif")) 0 0 no-repeat; }
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jquery-treeview-rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.2
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -96,7 +96,7 @@ files:
|
|
96
96
|
- vendor/assets/javascripts/jquery.treeview.sortable.js
|
97
97
|
- vendor/assets/javascripts/jquery_treeview.js
|
98
98
|
- vendor/assets/javascripts/lib/jquery.cookie.js
|
99
|
-
- vendor/assets/stylesheets/jquery.treeview.css
|
99
|
+
- vendor/assets/stylesheets/jquery.treeview.css.scss
|
100
100
|
homepage: https://github.com/kclair/jquery-treeview-rails
|
101
101
|
licenses: []
|
102
102
|
post_install_message:
|