Files
sogo/UI/WebServerResources/UIxAclEditor.css
Wolfgang Sourdeau 38f3f08e4d Monotone-Parent: d7355e980d99c04e1e5eb5def96cba208b810cd2
Monotone-Revision: eea420a3a6baf8b6e4fd36b41c6108614dfca6db

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-03-29T18:05:23
Monotone-Branch: ca.inverse.sogo
2007-03-29 18:05:23 +00:00

46 lines
836 B
CSS

/* test */
DIV.acls
{ padding: 1em; }
DIV.acls LABEL
{ white-space: nowrap;
width: 100%; }
DIV.acls UL
{ height: 100%;
width: 100%; }
DIV#userRoles
{ height: 7em;
padding-bottom: 2em; }
UL#userList
{ cursor: default;
margin: .25px;
padding: 0px;
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: ThreeDShadow ThreeDDarkShadow transparent;
-moz-border-left-colors: ThreeDShadow ThreeDDarkShadow transparent;
list-style-type: none;
list-style-image: none; }
UL#userList > LI._selected
{
background: #4b6983 !important;
color: #fff !important;
}
SELECT#userRoleDropDown
{ visibility: hidden;
margin-left: 2em; }
SPAN.legend
{ margin-left: 1em;
font-size: smaller; }