From 89eefbe46c0cb8d6c1865ec94b7afeb59c5ff3f0 Mon Sep 17 00:00:00 2001 From: Fabio Comuni Date: Tue, 19 Jul 2011 16:34:27 +0200 Subject: Fix style and scrollbar --- include/acl.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/acl.js') diff --git a/include/acl.js b/include/acl.js index 41b9b1906..a0a1f5dd8 100644 --- a/include/acl.js +++ b/include/acl.js @@ -11,7 +11,7 @@ function ACL(backend_url, preset){ that.deny_cid = (preset[2] || []); that.deny_gid = (preset[3] || []); that.group_uids = []; - that.nw = 5; that.nh = 5; + that.nw = 4; //items per row. should be calulated from #acl-list.width that.list_content = $("#acl-list-content"); that.item_tpl = unescape($(".acl-list-item[rel=acl-template]").html()); -- cgit v1.2.3