mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-02 10:05:26 +00:00
Monotone-Parent: f7c5aac07a2b1d933fa58c6613e4b1198f81773f
Monotone-Revision: 411bd2c474676e8b793da5510bb3a0dd6e801a65 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-08-09T21:36:39 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -204,16 +204,36 @@ DIV.contactFoldersList
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
dsDIV
|
||||
{
|
||||
DIV.contactFoldersList UL
|
||||
{
|
||||
list-style-type: none;
|
||||
list-style-image: none;
|
||||
cursor: default;
|
||||
display: block;
|
||||
position: absolute;
|
||||
color: #000;
|
||||
color: #000;
|
||||
background: #fff;
|
||||
width: 100%;
|
||||
top: 2em;
|
||||
left: 0px;
|
||||
right: 0px;
|
||||
bottom: 0px;
|
||||
overflow: auto;
|
||||
border: 1px solid #fff;
|
||||
padding-left: 0px;
|
||||
}
|
||||
|
||||
DIV.contactFoldersList LI
|
||||
{
|
||||
padding: .2em 1em;
|
||||
margin: 0px;
|
||||
width: auto;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
DIV.contactFoldersList LI._selected
|
||||
{
|
||||
background: #4b6983;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.treecell
|
||||
@@ -296,6 +316,12 @@ TABLE#contactsList TD
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
TABLE#contactsList TD IMG
|
||||
{
|
||||
margin-left: 1em;
|
||||
margin-right: .2em;
|
||||
}
|
||||
|
||||
TABLE#contactsList TR._selected TD
|
||||
{
|
||||
background: #4b6983;
|
||||
|
||||
Reference in New Issue
Block a user