sogo/UI/WebServerResources/UIxAclEditor.css
Francis Lachapelle 107964335e Monotone-Parent: 99f71142b4c9049e7cba05c730fa70b7c121288f
Monotone-Revision: 74c949b35e429b1df360c4c434e28f1c2b1d1465

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2008-12-18T14:05:30
Monotone-Branch: ca.inverse.sogo
2008-12-18 14:05:30 +00:00

69 lines
1.2 KiB
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.userSelector
{ position: absolute;
top: 3em;
left: 0px;
right: 0px;
bottom: 0px;
height: 100px; }
DIV#userSelectorHeader
{ margin: 1em 0 0.5em 1em; }
DIV#userSelector SPAN
{ display: block; }
INPUT#defaultRolesBtn
{ float: right;
margin-right: 1em; }
DIV#userRoles
{ height: 100%; }
#userSelectorButtons
{ margin-left: 1em;
padding-top: 2px;
padding-bottom: 2px; }
UL#userList
{ position: absolute;
left: 0px;
right: 0px;
top: 30px;
bottom: 33px;
padding: 0px;
margin: 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-color: #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
{ margin-left: 3px; }
UL#userList > LI._selected
{ background: #4b6983 !important;
color: #fff !important; }