Monotone-Parent: 695e422f389fa2e979d908bf859c534fad501b93

Monotone-Revision: 596a541340f11313425a6114a841a3e3dc1dac52

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2007-09-19T18:28:11
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Francis Lachapelle
2007-09-19 18:28:11 +00:00
parent 924c837626
commit 9570be5839

View File

@@ -39,8 +39,8 @@ DIV#contactsListContent
left: 0px;
right: 0px;
height: 16em;
overflow: hidden;
overflow-y: auto; }
overflow: scroll;
overflow-x: hidden; }
.aptview_text
{
@@ -108,8 +108,7 @@ table.titletable td.titlecell SELECT
}
DIV#contactFoldersList
{
position: absolute;
{ position: absolute;
top: 6em;
left: 0px;
width: 15em;
@@ -130,8 +129,11 @@ UL#contactFolders
list-style-image: none;
clear: both;
cursor: default;
color: #000;
color: #000;
background: #fff;
position: absolute; /* required for Safari & IE */
top: 53px; /* leave space for the mini addressbook */
bottom: 0px;
width: 100%;
height: 100%;
margin: 0px;
@@ -141,8 +143,7 @@ UL#contactFolders
border-right: 1px solid #fff;
border-bottom: 1px solid #fff;
-moz-border-top-colors: #9c9a94 #000;
-moz-border-left-colors: #9c9a94 #000;
overflow: auto; }
-moz-border-left-colors: #9c9a94 #000; }
DIV#contactFoldersList LI
{