From a3644638aaf0418598196a870204e0b632a4c8ad Mon Sep 17 00:00:00 2001 From: Thomas Bruederli <thomas@roundcube.net> Date: Fri, 17 Apr 2015 06:28:40 -0400 Subject: [PATCH] Allow preference sections to define CSS class names --- plugins/acl/skins/classic/templates/table.html | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/plugins/acl/skins/classic/templates/table.html b/plugins/acl/skins/classic/templates/table.html index 5c4d2d8..f19998c 100644 --- a/plugins/acl/skins/classic/templates/table.html +++ b/plugins/acl/skins/classic/templates/table.html @@ -24,7 +24,7 @@ </ul> </div> -<div id="aclform" style="position:absolute; width:480px; top:0; left:0; padding:10px"> +<div id="aclform" style="padding:10px 0"> <fieldset class="thinbordered"><legend><roundcube:label name="acl.identifier" /></legend> <roundcube:object name="acluser" class="toolbarmenu" id="acluser" size="35" /> </fieldset> -- Gitblit v1.9.1