aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/js
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2013-08-14 20:41:20 +0200
committerJan-Christoph Borchardt <hey@jancborchardt.net>2013-08-14 20:41:20 +0200
commitcba0f696226d344e5caf25631eefb92213c8b6c2 (patch)
tree9142bf5d6f5d3ec34bafe564250d6635a30dd2b9 /apps/files/js
parent320bf0e8c1fda9560d2ec6046153eeef59c7da1e (diff)
downloadnextcloud-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.js2
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