From 7a6175b0ab8c66ac067e847e062516a29d11a999 Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Sat, 29 Sep 2007 00:21:24 +0000 Subject: [PATCH] Monotone-Parent: 47afb1a0664611e585a31cf046af57b3bbd9f9da Monotone-Revision: 39bee5d17f65aa91b7a4753496f25cd25094497f Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2007-09-29T00:21:24 Monotone-Branch: ca.inverse.sogo --- UI/WebServerResources/UIxAclEditor.css | 15 +++++++++------ UI/WebServerResources/UIxAclEditor.js | 2 +- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/UI/WebServerResources/UIxAclEditor.css b/UI/WebServerResources/UIxAclEditor.css index 4358f979e..2161352da 100644 --- a/UI/WebServerResources/UIxAclEditor.css +++ b/UI/WebServerResources/UIxAclEditor.css @@ -17,28 +17,31 @@ DIV.acls LABEL DIV#userSelectorHeader { margin: 1em; } +DIV#userSelector SPAN +{ display: block; } + INPUT#defaultRolesBtn -{ position: absolute; - top: 5em; +{ no_position: absolute; + margin-left: 1em; + margin-top: 1em; left: 1em; } DIV#userRoles { position: absolute; - padding: 0px; - margin: 0px; left: 1em; - top: 7em; + top: 8em; right: 1em; bottom: 0px; } UL#userList { position: absolute; - top: 1.5em; + top: 2.5em; bottom: 0px; left: 0px; right: 0px; width: 100%; cursor: default; + margin: 0px; padding: 0px; white-space: nowrap; overflow: auto; diff --git a/UI/WebServerResources/UIxAclEditor.js b/UI/WebServerResources/UIxAclEditor.js index 2bef5e1d3..4bce62136 100644 --- a/UI/WebServerResources/UIxAclEditor.js +++ b/UI/WebServerResources/UIxAclEditor.js @@ -142,4 +142,4 @@ function onAclLoadHandler() { this.userRightsWidth = window.opener.getUsersRightsWindowWidth(); } -Event.observe(window, "load", onAclLoadHandler); +addEvent(window, 'load', onAclLoadHandler);