fix background size in filelist.js

This commit is contained in:
Georg Ehrke 2013-08-26 14:36:18 +02:00
parent 6f0c1e8d45
commit d538a566ac
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ var FileList={
// filename td // filename td
td = $('<td></td>').attr({ td = $('<td></td>').attr({
"class": "filename", "class": "filename",
"style": 'background-image:url('+iconurl+'); background-size: 16px;' "style": 'background-image:url('+iconurl+'); background-size: 32px;'
}); });
td.append('<input id="select-"'+name+'" type="checkbox" /><label for="select-"'+name+'"></label>'); td.append('<input id="select-"'+name+'" type="checkbox" /><label for="select-"'+name+'"></label>');
var link_elem = $('<a></a>').attr({ var link_elem = $('<a></a>').attr({