mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-28 09:32:46 +00:00
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:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user