Skip to content

Commit

Permalink
fix icon for mime application/x-zip
Browse files Browse the repository at this point in the history
  • Loading branch information
dio-el-claire committed Mar 14, 2012
1 parent 34641a7 commit 8ed2c9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions css/cwd.css
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@
.elfinder-cwd-icon-x-php { background-position: 0 -950px; }
.elfinder-cwd-icon-xml { background-position: 0 -1000px; }
.elfinder-cwd-icon-zip,
.elfinder-cwd-icon-x-zip,
.elfinder-cwd-icon-x-7z-compressed { background-position: 0 -1050px; }
.elfinder-cwd-icon-x-gzip,
.elfinder-cwd-icon-x-tar { background-position: 0 -1100px; }
Expand Down
1 change: 1 addition & 0 deletions js/elFinder.js
Original file line number Diff line number Diff line change
Expand Up @@ -1732,6 +1732,7 @@ elFinder.prototype = {
'application/x-gzip' : 'GZIP',
'application/x-bzip2' : 'BZIP',
'application/zip' : 'ZIP',
'application/x-zip' : 'ZIP',
'application/x-rar' : 'RAR',
'application/x-tar' : 'TAR',
'application/x-7z-compressed' : '7z',
Expand Down

0 comments on commit 8ed2c9f

Please sign in to comment.