Monotone-Parent: 47afb1a0664611e585a31cf046af57b3bbd9f9da

Monotone-Revision: 39bee5d17f65aa91b7a4753496f25cd25094497f

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2007-09-29T00:21:24
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Francis Lachapelle 2007-09-29 00:21:24 +00:00
parent 28e3caf480
commit 7a6175b0ab
2 changed files with 10 additions and 7 deletions

View file

@ -17,28 +17,31 @@ DIV.acls LABEL
DIV#userSelectorHeader DIV#userSelectorHeader
{ margin: 1em; } { margin: 1em; }
DIV#userSelector SPAN
{ display: block; }
INPUT#defaultRolesBtn INPUT#defaultRolesBtn
{ position: absolute; { no_position: absolute;
top: 5em; margin-left: 1em;
margin-top: 1em;
left: 1em; } left: 1em; }
DIV#userRoles DIV#userRoles
{ position: absolute; { position: absolute;
padding: 0px;
margin: 0px;
left: 1em; left: 1em;
top: 7em; top: 8em;
right: 1em; right: 1em;
bottom: 0px; } bottom: 0px; }
UL#userList UL#userList
{ position: absolute; { position: absolute;
top: 1.5em; top: 2.5em;
bottom: 0px; bottom: 0px;
left: 0px; left: 0px;
right: 0px; right: 0px;
width: 100%; width: 100%;
cursor: default; cursor: default;
margin: 0px;
padding: 0px; padding: 0px;
white-space: nowrap; white-space: nowrap;
overflow: auto; overflow: auto;

View file

@ -142,4 +142,4 @@ function onAclLoadHandler() {
this.userRightsWidth = window.opener.getUsersRightsWindowWidth(); this.userRightsWidth = window.opener.getUsersRightsWindowWidth();
} }
Event.observe(window, "load", onAclLoadHandler); addEvent(window, 'load', onAclLoadHandler);