Commit c39ebae6739635ece90b0e6b12caf505f0688708
1 parent
2e7f15a8
Make opendocument files use the openoffice.org icon for now.
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4986 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
1 additions
and
0 deletions
resources/css/kt-contenttypes.css
| ... | ... | @@ -19,6 +19,7 @@ |
| 19 | 19 | .contenttype.database { background-image: url(../../resources/mimetypes/database.png); } |
| 20 | 20 | .contenttype.excel { background-image: url(../../resources/mimetypes/excel.png); } |
| 21 | 21 | .contenttype.openoffice { background-image: url(../../resources/mimetypes/openoffice.png); } |
| 22 | +.contenttype.opendocument { background-image: url(../../resources/mimetypes/openoffice.png); } | |
| 22 | 23 | .contenttype.pdf { background-image: url(../../resources/mimetypes/pdf.png); } |
| 23 | 24 | .contenttype.image { background-image: url(../../resources/mimetypes/image.png); } |
| 24 | 25 | .contenttype.compressed { background-image: url(../../resources/mimetypes/zip.png); } | ... | ... |