From 70916fef314ab7db5006622000904cec1bbf2f24 Mon Sep 17 00:00:00 2001 From: Anika Henke Date: Thu, 13 Mar 2008 02:27:06 +0100 Subject: fix for acl editor "wrapping bug" (for smaller widths) darcs-hash:20080313012706-d5083-5b96c85506ac1fbfb4d8a41dcdbe8d4477f2aa8c.gz --- lib/plugins/acl/style.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lib/plugins') diff --git a/lib/plugins/acl/style.css b/lib/plugins/acl/style.css index 32b91dd8c..e49c92e5f 100644 --- a/lib/plugins/acl/style.css +++ b/lib/plugins/acl/style.css @@ -31,9 +31,8 @@ div#acl_manager div#acl__tree ul img { div#acl_manager div#acl__detail { width: 73%; height: 300px; - float: left; + float: right; overflow: auto; - padding-left: 1em; } div#acl_manager div#acl__detail fieldset { -- cgit v1.2.3