1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-04 08:28:11 +00:00

Improve file icons

This commit is contained in:
plt
2012-05-18 15:59:08 +08:00
parent f333633159
commit 5bea805a34
3 changed files with 3 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 916 B

BIN
media/img/file-icon-24.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 520 B

View File

@@ -147,8 +147,10 @@ FILEEXT_ICON_MAP = {
'jpeg' : 'pic-icon-24.png', 'jpeg' : 'pic-icon-24.png',
'png' : 'pic-icon-24.png', 'png' : 'pic-icon-24.png',
'svg' : 'pic-icon-24.png', 'svg' : 'pic-icon-24.png',
'gif' : 'pic-icon-24.png',
'bmp' : 'pic-icon-24.png',
# normal file and unkown file # normal file and unkown file
'default' : 'File-icon-default-24.png', 'default' : 'file-icon-24.png',
} }
try: try: