Monotone-Parent: 66a1d31248931d6126bf54335f1abba2ee9bf114

Monotone-Revision: c44206dce55a5d54dc22a2cb7bdebc97ae7716f5

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2008-08-27T14:25:55
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2008-08-27 14:25:55 +00:00
parent fadbf84e83
commit c7d986fce2
2 changed files with 22 additions and 11 deletions

View File

@@ -14,6 +14,14 @@ DIV.acls LABEL
{ white-space: nowrap;
width: 100%; }
DIV.userSelector
{ position: absolute;
top: 3em;
left: 0px;
right: 0px;
bottom: 0px;
height: 100px; }
DIV#userSelectorHeader
{ margin: 1em 0 0.5em 1em; }
@@ -27,14 +35,17 @@ INPUT#defaultRolesBtn
DIV#userRoles
{ height: 100%; }
DIV#userRoles SPAN#userSelectorButtons
{ margin-left: 1em; }
#userSelectorButtons
{ margin-left: 1em;
padding-top: 2px;
padding-bottom: 2px; }
UL#userList
{ height: 100%;
width: 100%;
cursor: default;
margin: 0px;
{ position: absolute;
left: 0px;
right: 0px;
top: 30px;
bottom: 33px;
padding: 0px;
white-space: nowrap;
overflow: auto;
@@ -42,7 +53,7 @@ UL#userList
border-right: 1px solid #fff;
border-top: 2px solid #222;
border-left: 2px solid #222;
background: #fff;
background-color: #fff;
-moz-border-top-colors: #9c9a94 #000 transparent;
-moz-border-left-colors: #9c9a94 #000 transparent;
list-style-type: none;