sogo/UI/WebServerResources/UIxAclEditor.css
Wolfgang Sourdeau 05c347d281 Monotone-Parent: 85e8a21a77536298272957804613bdc6189853fc
Monotone-Revision: 1166336fab8e7bdf13b850af8c0155fa72c445ff

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-12-20T16:45:52
Monotone-Branch: ca.inverse.sogo
2006-12-20 16:45:52 +00:00

48 lines
910 B
CSS

/* test */
DIV.acls
{ padding: 1em; }
DIV.acls LABEL
{ position: relative;
white-space: normal;
width: 100%; }
DIV.acls LABEL > SPAN.value
{ position: absolute;
top: 0px;
left: 11em; }
DIV.acls UL
{ height: 100%;
width: 100%; }
DIV#userRoles
{ height: 7em;
padding-bottom: 2em; }
UL#uixselector-userRoles-display
{ 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#uixselector-userRoles-display > LI._selected
{
background: #4b6983 !important;
color: #fff !important;
}
SPAN.legend
{ margin-left: 1em;
font-size: smaller; }