]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix background size in filelist.js
authorGeorg Ehrke <developer@georgehrke.com>
Mon, 26 Aug 2013 12:36:18 +0000 (14:36 +0200)
committerGeorg Ehrke <developer@georgehrke.com>
Mon, 26 Aug 2013 12:36:18 +0000 (14:36 +0200)
apps/files/js/filelist.js

index e3e985af38bc1a6da607444e90d5834384ee43e7..7a48453488a26b8116d1a0cbc053f6343f52103e 100644 (file)
@@ -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({