Skip to content

Commit 154a003

Browse files
authored
updated jQueryFileTree to version 2.1.5 (duracloud#177)
Resolves https://duracloud.atlassian.net/browse/DURACLOUD-1049
1 parent 655faec commit 154a003

4 files changed

Lines changed: 437 additions & 196 deletions

File tree

670 Bytes
Loading
614 Bytes
Loading
Lines changed: 226 additions & 96 deletions
Original file line numberDiff line numberDiff line change
@@ -1,96 +1,226 @@
1-
UL.jqueryFileTree {
2-
font-family: Verdana, sans-serif;
3-
font-size: 11px;
4-
line-height: 18px;
5-
padding: 0px;
6-
margin: 0px;
7-
}
8-
9-
UL.jqueryFileTree LI {
10-
list-style: none;
11-
padding: 0px;
12-
padding-left: 20px;
13-
margin: 0px;
14-
white-space: nowrap;
15-
}
16-
17-
UL.jqueryFileTree A {
18-
color: #333;
19-
text-decoration: none;
20-
display: block;
21-
padding: 0px 2px;
22-
}
23-
24-
UL.jqueryFileTree A:hover {
25-
background: #BDF;
26-
}
27-
28-
UL.jqueryFileTree A.selected {
29-
background: #CEF;
30-
}
31-
32-
33-
/* Core Styles */
34-
.jqueryFileTree LI.directory { background: url(images/directory.png) left top no-repeat; }
35-
.jqueryFileTree LI.expanded { background: url(images/folder_open.png) left top no-repeat; }
36-
.jqueryFileTree LI.file { background: url(images/file.png) left top no-repeat; }
37-
.jqueryFileTree LI.wait { background: url(images/spinner.gif) left top no-repeat; }
38-
/* File Extensions*/
39-
.jqueryFileTree LI.ext_3gp { background: url(images/film.png) left top no-repeat; }
40-
.jqueryFileTree LI.ext_afp { background: url(images/code.png) left top no-repeat; }
41-
.jqueryFileTree LI.ext_afpa { background: url(images/code.png) left top no-repeat; }
42-
.jqueryFileTree LI.ext_asp { background: url(images/code.png) left top no-repeat; }
43-
.jqueryFileTree LI.ext_aspx { background: url(images/code.png) left top no-repeat; }
44-
.jqueryFileTree LI.ext_avi { background: url(images/film.png) left top no-repeat; }
45-
.jqueryFileTree LI.ext_bat { background: url(images/application.png) left top no-repeat; }
46-
.jqueryFileTree LI.ext_bmp { background: url(images/picture.png) left top no-repeat; }
47-
.jqueryFileTree LI.ext_c { background: url(images/code.png) left top no-repeat; }
48-
.jqueryFileTree LI.ext_cfm { background: url(images/code.png) left top no-repeat; }
49-
.jqueryFileTree LI.ext_cgi { background: url(images/code.png) left top no-repeat; }
50-
.jqueryFileTree LI.ext_com { background: url(images/application.png) left top no-repeat; }
51-
.jqueryFileTree LI.ext_cpp { background: url(images/code.png) left top no-repeat; }
52-
.jqueryFileTree LI.ext_css { background: url(images/css.png) left top no-repeat; }
53-
.jqueryFileTree LI.ext_doc { background: url(images/doc.png) left top no-repeat; }
54-
.jqueryFileTree LI.ext_exe { background: url(images/application.png) left top no-repeat; }
55-
.jqueryFileTree LI.ext_gif { background: url(images/picture.png) left top no-repeat; }
56-
.jqueryFileTree LI.ext_fla { background: url(images/flash.png) left top no-repeat; }
57-
.jqueryFileTree LI.ext_h { background: url(images/code.png) left top no-repeat; }
58-
.jqueryFileTree LI.ext_htm { background: url(images/html.png) left top no-repeat; }
59-
.jqueryFileTree LI.ext_html { background: url(images/html.png) left top no-repeat; }
60-
.jqueryFileTree LI.ext_jar { background: url(images/java.png) left top no-repeat; }
61-
.jqueryFileTree LI.ext_jpg { background: url(images/picture.png) left top no-repeat; }
62-
.jqueryFileTree LI.ext_jpeg { background: url(images/picture.png) left top no-repeat; }
63-
.jqueryFileTree LI.ext_js { background: url(images/script.png) left top no-repeat; }
64-
.jqueryFileTree LI.ext_lasso { background: url(images/code.png) left top no-repeat; }
65-
.jqueryFileTree LI.ext_log { background: url(images/txt.png) left top no-repeat; }
66-
.jqueryFileTree LI.ext_m4p { background: url(images/music.png) left top no-repeat; }
67-
.jqueryFileTree LI.ext_mov { background: url(images/film.png) left top no-repeat; }
68-
.jqueryFileTree LI.ext_mp3 { background: url(images/music.png) left top no-repeat; }
69-
.jqueryFileTree LI.ext_mp4 { background: url(images/film.png) left top no-repeat; }
70-
.jqueryFileTree LI.ext_mpg { background: url(images/film.png) left top no-repeat; }
71-
.jqueryFileTree LI.ext_mpeg { background: url(images/film.png) left top no-repeat; }
72-
.jqueryFileTree LI.ext_ogg { background: url(images/music.png) left top no-repeat; }
73-
.jqueryFileTree LI.ext_pcx { background: url(images/picture.png) left top no-repeat; }
74-
.jqueryFileTree LI.ext_pdf { background: url(images/pdf.png) left top no-repeat; }
75-
.jqueryFileTree LI.ext_php { background: url(images/php.png) left top no-repeat; }
76-
.jqueryFileTree LI.ext_png { background: url(images/picture.png) left top no-repeat; }
77-
.jqueryFileTree LI.ext_ppt { background: url(images/ppt.png) left top no-repeat; }
78-
.jqueryFileTree LI.ext_psd { background: url(images/psd.png) left top no-repeat; }
79-
.jqueryFileTree LI.ext_pl { background: url(images/script.png) left top no-repeat; }
80-
.jqueryFileTree LI.ext_py { background: url(images/script.png) left top no-repeat; }
81-
.jqueryFileTree LI.ext_rb { background: url(images/ruby.png) left top no-repeat; }
82-
.jqueryFileTree LI.ext_rbx { background: url(images/ruby.png) left top no-repeat; }
83-
.jqueryFileTree LI.ext_rhtml { background: url(images/ruby.png) left top no-repeat; }
84-
.jqueryFileTree LI.ext_rpm { background: url(images/linux.png) left top no-repeat; }
85-
.jqueryFileTree LI.ext_ruby { background: url(images/ruby.png) left top no-repeat; }
86-
.jqueryFileTree LI.ext_sql { background: url(images/db.png) left top no-repeat; }
87-
.jqueryFileTree LI.ext_swf { background: url(images/flash.png) left top no-repeat; }
88-
.jqueryFileTree LI.ext_tif { background: url(images/picture.png) left top no-repeat; }
89-
.jqueryFileTree LI.ext_tiff { background: url(images/picture.png) left top no-repeat; }
90-
.jqueryFileTree LI.ext_txt { background: url(images/txt.png) left top no-repeat; }
91-
.jqueryFileTree LI.ext_vb { background: url(images/code.png) left top no-repeat; }
92-
.jqueryFileTree LI.ext_wav { background: url(images/music.png) left top no-repeat; }
93-
.jqueryFileTree LI.ext_wmv { background: url(images/film.png) left top no-repeat; }
94-
.jqueryFileTree LI.ext_xls { background: url(images/xls.png) left top no-repeat; }
95-
.jqueryFileTree LI.ext_xml { background: url(images/code.png) left top no-repeat; }
96-
.jqueryFileTree LI.ext_zip { background: url(images/zip.png) left top no-repeat; }
1+
UL.jqueryFileTree {
2+
font-family: Verdana, sans-serif;
3+
font-size: 11px;
4+
line-height: 18px;
5+
padding: 0;
6+
margin: 0;
7+
display: none;
8+
}
9+
UL.jqueryFileTree LI {
10+
list-style: none;
11+
padding: 0;
12+
padding-left: 20px;
13+
margin: 0;
14+
white-space: nowrap;
15+
}
16+
UL.jqueryFileTree LI.directory {
17+
background: url(images/directory.png) left top no-repeat;
18+
}
19+
UL.jqueryFileTree LI.directory-locked {
20+
background: url(images/directory-lock.png) left top no-repeat;
21+
}
22+
UL.jqueryFileTree LI.expanded {
23+
background: url(images/folder_open.png) left top no-repeat;
24+
}
25+
UL.jqueryFileTree LI.file {
26+
background: url(images/file.png) left top no-repeat;
27+
}
28+
UL.jqueryFileTree LI.file-locked {
29+
background: url(images/file-lock.png) left top no-repeat !important;
30+
}
31+
UL.jqueryFileTree LI.wait {
32+
background: url(images/spinner.gif) left top no-repeat;
33+
}
34+
UL.jqueryFileTree LI.selected > a {
35+
font-weight: bold;
36+
}
37+
UL.jqueryFileTree LI.ext_3gp {
38+
background: url(images/film.png) left top no-repeat;
39+
}
40+
UL.jqueryFileTree LI.ext_afp {
41+
background: url(images/code.png) left top no-repeat;
42+
}
43+
UL.jqueryFileTree LI.ext_afpa {
44+
background: url(images/code.png) left top no-repeat;
45+
}
46+
UL.jqueryFileTree LI.ext_asp {
47+
background: url(images/code.png) left top no-repeat;
48+
}
49+
UL.jqueryFileTree LI.ext_aspx {
50+
background: url(images/code.png) left top no-repeat;
51+
}
52+
UL.jqueryFileTree LI.ext_avi {
53+
background: url(images/film.png) left top no-repeat;
54+
}
55+
UL.jqueryFileTree LI.ext_bat {
56+
background: url(images/application.png) left top no-repeat;
57+
}
58+
UL.jqueryFileTree LI.ext_bmp {
59+
background: url(images/picture.png) left top no-repeat;
60+
}
61+
UL.jqueryFileTree LI.ext_c {
62+
background: url(images/code.png) left top no-repeat;
63+
}
64+
UL.jqueryFileTree LI.ext_cfm {
65+
background: url(images/code.png) left top no-repeat;
66+
}
67+
UL.jqueryFileTree LI.ext_cgi {
68+
background: url(images/code.png) left top no-repeat;
69+
}
70+
UL.jqueryFileTree LI.ext_com {
71+
background: url(images/application.png) left top no-repeat;
72+
}
73+
UL.jqueryFileTree LI.ext_cpp {
74+
background: url(images/code.png) left top no-repeat;
75+
}
76+
UL.jqueryFileTree LI.ext_css {
77+
background: url(images/css.png) left top no-repeat;
78+
}
79+
UL.jqueryFileTree LI.ext_doc {
80+
background: url(images/doc.png) left top no-repeat;
81+
}
82+
UL.jqueryFileTree LI.ext_exe {
83+
background: url(images/application.png) left top no-repeat;
84+
}
85+
UL.jqueryFileTree LI.ext_gif {
86+
background: url(images/picture.png) left top no-repeat;
87+
}
88+
UL.jqueryFileTree LI.ext_fla {
89+
background: url(images/flash.png) left top no-repeat;
90+
}
91+
UL.jqueryFileTree LI.ext_h {
92+
background: url(images/code.png) left top no-repeat;
93+
}
94+
UL.jqueryFileTree LI.ext_htm {
95+
background: url(images/html.png) left top no-repeat;
96+
}
97+
UL.jqueryFileTree LI.ext_html {
98+
background: url(images/html.png) left top no-repeat;
99+
}
100+
UL.jqueryFileTree LI.ext_jar {
101+
background: url(images/java.png) left top no-repeat;
102+
}
103+
UL.jqueryFileTree LI.ext_jpg {
104+
background: url(images/picture.png) left top no-repeat;
105+
}
106+
UL.jqueryFileTree LI.ext_jpeg {
107+
background: url(images/picture.png) left top no-repeat;
108+
}
109+
UL.jqueryFileTree LI.ext_js {
110+
background: url(images/script.png) left top no-repeat;
111+
}
112+
UL.jqueryFileTree LI.ext_lasso {
113+
background: url(images/code.png) left top no-repeat;
114+
}
115+
UL.jqueryFileTree LI.ext_log {
116+
background: url(images/txt.png) left top no-repeat;
117+
}
118+
UL.jqueryFileTree LI.ext_m4p {
119+
background: url(images/music.png) left top no-repeat;
120+
}
121+
UL.jqueryFileTree LI.ext_mov {
122+
background: url(images/film.png) left top no-repeat;
123+
}
124+
UL.jqueryFileTree LI.ext_mp3 {
125+
background: url(images/music.png) left top no-repeat;
126+
}
127+
UL.jqueryFileTree LI.ext_mp4 {
128+
background: url(images/film.png) left top no-repeat;
129+
}
130+
UL.jqueryFileTree LI.ext_mpg {
131+
background: url(images/film.png) left top no-repeat;
132+
}
133+
UL.jqueryFileTree LI.ext_mpeg {
134+
background: url(images/film.png) left top no-repeat;
135+
}
136+
UL.jqueryFileTree LI.ext_ogg {
137+
background: url(images/music.png) left top no-repeat;
138+
}
139+
UL.jqueryFileTree LI.ext_ogv {
140+
background: url(images/film.png) left top no-repeat;
141+
}
142+
UL.jqueryFileTree LI.ext_pcx {
143+
background: url(images/picture.png) left top no-repeat;
144+
}
145+
UL.jqueryFileTree LI.ext_pdf {
146+
background: url(images/pdf.png) left top no-repeat;
147+
}
148+
UL.jqueryFileTree LI.ext_php {
149+
background: url(images/php.png) left top no-repeat;
150+
}
151+
UL.jqueryFileTree LI.ext_png {
152+
background: url(images/picture.png) left top no-repeat;
153+
}
154+
UL.jqueryFileTree LI.ext_ppt {
155+
background: url(images/ppt.png) left top no-repeat;
156+
}
157+
UL.jqueryFileTree LI.ext_psd {
158+
background: url(images/psd.png) left top no-repeat;
159+
}
160+
UL.jqueryFileTree LI.ext_pl {
161+
background: url(images/script.png) left top no-repeat;
162+
}
163+
UL.jqueryFileTree LI.ext_py {
164+
background: url(images/script.png) left top no-repeat;
165+
}
166+
UL.jqueryFileTree LI.ext_rb {
167+
background: url(images/ruby.png) left top no-repeat;
168+
}
169+
UL.jqueryFileTree LI.ext_rbx {
170+
background: url(images/ruby.png) left top no-repeat;
171+
}
172+
UL.jqueryFileTree LI.ext_rhtml {
173+
background: url(images/ruby.png) left top no-repeat;
174+
}
175+
UL.jqueryFileTree LI.ext_rpm {
176+
background: url(images/linux.png) left top no-repeat;
177+
}
178+
UL.jqueryFileTree LI.ext_ruby {
179+
background: url(images/ruby.png) left top no-repeat;
180+
}
181+
UL.jqueryFileTree LI.ext_sql {
182+
background: url(images/db.png) left top no-repeat;
183+
}
184+
UL.jqueryFileTree LI.ext_swf {
185+
background: url(images/flash.png) left top no-repeat;
186+
}
187+
UL.jqueryFileTree LI.ext_tif {
188+
background: url(images/picture.png) left top no-repeat;
189+
}
190+
UL.jqueryFileTree LI.ext_tiff {
191+
background: url(images/picture.png) left top no-repeat;
192+
}
193+
UL.jqueryFileTree LI.ext_txt {
194+
background: url(images/txt.png) left top no-repeat;
195+
}
196+
UL.jqueryFileTree LI.ext_vb {
197+
background: url(images/code.png) left top no-repeat;
198+
}
199+
UL.jqueryFileTree LI.ext_wav {
200+
background: url(images/music.png) left top no-repeat;
201+
}
202+
UL.jqueryFileTree LI.ext_webm {
203+
background: url(images/film.png) left top no-repeat;
204+
}
205+
UL.jqueryFileTree LI.ext_wmv {
206+
background: url(images/film.png) left top no-repeat;
207+
}
208+
UL.jqueryFileTree LI.ext_xls {
209+
background: url(images/xls.png) left top no-repeat;
210+
}
211+
UL.jqueryFileTree LI.ext_xml {
212+
background: url(images/code.png) left top no-repeat;
213+
}
214+
UL.jqueryFileTree LI.ext_zip {
215+
background: url(images/zip.png) left top no-repeat;
216+
}
217+
UL.jqueryFileTree A {
218+
color: #333;
219+
text-decoration: none;
220+
display: inline-block;
221+
padding: 0 2px;
222+
cursor: pointer;
223+
}
224+
UL.jqueryFileTree A:hover {
225+
background: #BDF;
226+
}

0 commit comments

Comments
 (0)