mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-06 05:48:50 +00:00
Monotone-Parent: c494ba259363880f5d46e8931a1708d1ba1aed45
Monotone-Revision: 5f57280bc0c8371b942a310b60e1dfa1a790fb84 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2010-09-30T18:05:14 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
58
UI/WebServerResources/UIxMailUserDelegationEditor.css
Normal file
58
UI/WebServerResources/UIxMailUserDelegationEditor.css
Normal file
@@ -0,0 +1,58 @@
|
||||
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; }
|
||||
Reference in New Issue
Block a user