sogo/UI/WebServerResources/UIxMailUserDelegationEditor.css
Wolfgang Sourdeau 79fc9f4c26 Monotone-Parent: c494ba259363880f5d46e8931a1708d1ba1aed45
Monotone-Revision: 5f57280bc0c8371b942a310b60e1dfa1a790fb84

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2010-09-30T18:05:14
Monotone-Branch: ca.inverse.sogo
2010-09-30 18:05:14 +00:00

59 lines
1 KiB
CSS

DIV.delegation
{ position: absolute;
top: 0px;
left: 0px;
right: 0px;
bottom: 0px;
padding: 0px;
border: 0px;
margin: 0px; }
DIV.delegation LABEL
{ white-space: nowrap;
width: 100%; }
#delegateRoles
{ position: absolute;
top: 5px;
left: 0px;
right: 0px;
bottom: 0px; }
#delegateSelectorButtons
{ margin-left: 5px;
padding-bottom: 2px; }
UL#delegateList
{ position: absolute;
left: 0px;
right: 0px;
top: 40px;
bottom: 0px;
padding: 0px;
margin: 0px;
white-space: nowrap;
overflow: auto;
border-bottom: 1px solid #fff;
border-right: 1px solid #fff;
border-top: 1px solid #909090;
border-left: 1px solid #909090;
background-color: #CCDDEC;
list-style-type: none;
list-style-image: none; }
UL#delegateList LI
{ clear: both;
cursor: pointer;
height: 20px;
margin-left: 0px;
padding-left: 24px;
background-repeat: no-repeat;
background-position: 4px center;
background-image: url("abcard.png"); }
DIV#delegateSelectorButtons A.smallToolbarButton
{ float: left; }
SPAN.userFullName
{ margin-top: 2px; }