fix background size in filelist.js
This commit is contained in:
parent
6f0c1e8d45
commit
d538a566ac
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ var FileList={
|
|||
// filename td
|
||||
td = $('<td></td>').attr({
|
||||
"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>');
|
||||
var link_elem = $('<a></a>').attr({
|
||||
|
|
Loading…
Reference in a new issue