Monotone-Parent: 1cd01a11a7384ec7da33be5a6316e39e3024c38a

Monotone-Revision: 16bd3aa0fa9b1f29444120c9720217440143eb7d

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-05-04T15:57:23
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2007-05-04 15:57:23 +00:00
parent 6aa121c0f7
commit 37efe2b204
12 changed files with 139 additions and 139 deletions

View File

@@ -1,23 +1,39 @@
/* test */
DIV.acls
{ padding: 1em; }
{ position: absolute;
top: 4em;
left: 0px;
right: 0px;
bottom: 0px;
padding: 0px;
border: 0px;
margin: 0px; }
DIV.acls LABEL
{ white-space: nowrap;
width: 100%; }
DIV.acls UL
{ height: 100%;
width: 100%; }
DIV#userSelectorHeader
{ margin: 1em; }
DIV#userRoles
{ height: 8em;
padding-bottom: 2em; }
{ position: absolute;
padding: 0px;
margin: 0px;
left: 1em;
top: 5em;
right: 1em;
bottom: 0px; }
UL#userList
{ cursor: default;
margin: .25em;
{ position: absolute;
top: 1.5em;
bottom: 0px;
left: 0px;
right: 0px;
width: 100%;
cursor: default;
padding: 0px;
white-space: nowrap;
overflow: auto;
@@ -34,12 +50,3 @@ UL#userList
UL#userList > LI._selected
{ background: #4b6983 !important;
color: #fff !important; }
SELECT#userRoleDropDown
{ visibility: hidden;
margin-top: 1em;
margin-left: 2em; }
SPAN.legend
{ margin-left: 1em;
font-size: smaller; }