sogo/UI/WebServerResources/UIxAclEditor.css
Francis Lachapelle 42bd3f5619 Monotone-Parent: 498058170a280ae890f83fe6a844882a2e050746
Monotone-Revision: 6446b9b2f85e41554b2841ae494d4cd03f7e3d0f

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2008-08-12T19:16:05
Monotone-Branch: ca.inverse.sogo
2008-08-12 19:16:05 +00:00

54 lines
983 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 0 0.5em 1em; }
DIV#userSelector SPAN
{ display: block; }
INPUT#defaultRolesBtn
{ float: right;
margin-right: 1em; }
DIV#userRoles
{ height: 100%; }
DIV#userRoles SPAN#userSelectorButtons
{ margin-left: 1em; }
UL#userList
{ height: 100%;
width: 100%;
cursor: default;
margin: 0px;
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; }