Commit 6d8f158f8125b8607df2409b0d004eb97f3a8a27
1 parent
9be5ea30
fix for KTS-1157: missing zip icon in ie.
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5746 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
1 additions
and
1 deletions
resources/css/kt-ie-icons.css
| ... | ... | @@ -21,7 +21,7 @@ |
| 21 | 21 | .contenttype.openoffice { background-image: url(../../resources/mimetypes/openoffice.gif); } |
| 22 | 22 | .contenttype.pdf { background-image: url(../../resources/mimetypes/pdf.gif); } |
| 23 | 23 | .contenttype.image { background-image: url(../../resources/mimetypes/image.gif); } |
| 24 | -.contenttype.compressed { background-image: url(../../resources/mimetypes/compressed.gif); } | |
| 24 | +.contenttype.compressed { background-image: url(../../resources/mimetypes/zip.gif); } | |
| 25 | 25 | .contenttype.html { background-image: url(../../resources/mimetypes/html.gif); } |
| 26 | 26 | |
| 27 | 27 | .contenttype.txt, | ... | ... |