sogo/UI/WebServerResources/UIxAclEditor.css
Wolfgang Sourdeau 9787b24a97 Monotone-Parent: 9a06416d5f808116f7b0f2630c6fb7181d3e5249
Monotone-Revision: 2de65de2856914b059bf9e9b6eafc6f4f5a5a4ec

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-05-04T14:09:50
Monotone-Branch: ca.inverse.sogo
2007-05-04 14:09:50 +00:00

46 lines
841 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: 8em;
padding-bottom: 2em; }
UL#userList
{ cursor: default;
margin: .25em;
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; }
SELECT#userRoleDropDown
{ visibility: hidden;
margin-top: 1em;
margin-left: 2em; }
SPAN.legend
{ margin-left: 1em;
font-size: smaller; }