sogo/UI/WebServerResources/UIxAclEditor.css
Wolfgang Sourdeau bd5995441b Monotone-Parent: 9de11b8398fba6c77d839866803040e019e78660
Monotone-Revision: b636c419598c4016f1060d70c51bddd67e5762bd

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-05-17T23:07:31
Monotone-Branch: ca.inverse.sogo
2007-05-17 23:07:31 +00:00

58 lines
1,014 B
CSS

/* test */
DIV.acls
{ 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#userSelectorHeader
{ margin: 1em; }
INPUT#defaultRolesBtn
{ position: absolute;
top: 5em;
left: 1em; }
DIV#userRoles
{ position: absolute;
padding: 0px;
margin: 0px;
left: 1em;
top: 7em;
right: 1em;
bottom: 0px; }
UL#userList
{ position: absolute;
top: 1.5em;
bottom: 0px;
left: 0px;
right: 0px;
width: 100%;
cursor: default;
padding: 0px;
white-space: nowrap;
overflow: auto;
border-bottom: 1px solid #fff;
border-right: 1px solid #fff;
border-top: 2px solid #222;
border-left: 2px solid #222;
background: #fff;
-moz-border-top-colors: #9c9a94 #000 transparent;
-moz-border-left-colors: #9c9a94 #000 transparent;
list-style-type: none;
list-style-image: none; }
UL#userList > LI._selected
{ background: #4b6983 !important;
color: #fff !important; }