diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2013-08-14 20:41:20 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2013-08-14 20:41:20 +0200 |
commit | cba0f696226d344e5caf25631eefb92213c8b6c2 (patch) | |
tree | 9142bf5d6f5d3ec34bafe564250d6635a30dd2b9 /apps/files/js | |
parent | 320bf0e8c1fda9560d2ec6046153eeef59c7da1e (diff) | |
download | nextcloud-server-cba0f696226d344e5caf25631eefb92213c8b6c2.tar.gz nextcloud-server-cba0f696226d344e5caf25631eefb92213c8b6c2.zip |
increase row height to 50px, properly position everything, checkboxes, actions etc
Diffstat (limited to 'apps/files/js')
-rw-r--r-- | apps/files/js/filelist.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/js/filelist.js b/apps/files/js/filelist.js index 138329940b4..3a6b118ec9c 100644 --- a/apps/files/js/filelist.js +++ b/apps/files/js/filelist.js @@ -17,7 +17,7 @@ var FileList={ "class": "filename", "style": 'background-image:url('+iconurl+')' }); - td.append('<input type="checkbox" />'); + td.append('<input id="select-"'+name+'" type="checkbox" /><label for="select-"'+name+'"></label>'); var link_elem = $('<a></a>').attr({ "class": "name", "href": linktarget |