Monotone-Parent: 1489f2765f23cbd92e06307e4281420b107088c7

Monotone-Revision: 1917c0fd92cfcada439335d9d71cceeead0ab9c1

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-08-24T21:25:39
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2007-08-24 21:25:39 +00:00
parent 749a8a19fb
commit 36d48390c1
3 changed files with 23 additions and 40 deletions

View File

@@ -30,16 +30,17 @@ DIV#rightPanel
overflow: hidden;
}
/* top list */
DIV#contactsListContent
{ position: absolute;
background: #fff;
width: 100%;
height: 16em;
{ cursor: default;
position: absolute;
background-color: #fff;
top: 2.5em;
overflow: auto;
overflow-x: hidden;
left: 0px;
}
right: 0px;
height: 16em;
overflow: hidden;
overflow-y: auto; }
.aptview_text
{
@@ -167,13 +168,9 @@ DIV#folderTreeContent TABLE TD
padding: 0px; }
TABLE#contactsList
{
display: block;
{ display: block;
position: relative;
color: #000;
background: #fff;
width: 100%;
}
width: 100%; }
TABLE#contactsList TD
{ white-space: nowrap;

View File

@@ -45,14 +45,17 @@ DIV#rightPanel
overflow: hidden;
}
/* top list */
DIV#mailboxContent
{ background-color: #fff;
{ cursor: default;
position: absolute;
width: 100%;
height: 15.5em;
left: 0px;
background-color: #fff;
top: 2.5em;
right: 0px; }
left: 0px;
right: 0px;
height: 15.5em;
overflow: hidden;
overflow-y: auto; }
DIV#messageContent
{ position: absolute;
@@ -474,26 +477,9 @@ TABLE#addr_table
}
TABLE#messageList
{ cursor: default;
display: block;
position: absolute;
background-color: #fff;
color: #000;
width: 100%;
left: 0px;
right: 0px;
top: 3.25em;
bottom: 1px;
overflow: auto;
overflow-x: hidden; }
TABLE#messageList THEAD
{ position: fixed;
margin-top: 1px;
top: 7.5em;
right: 0px;
left: 15.5em;
height: 2em; }
{ display: block;
position: relative;
width: 100%; }
TABLE#messageList TD
{ height: 1.2em; }

View File

@@ -122,9 +122,9 @@ DIV#rightPanel
padding: 0px;
overflow: hidden; }
/* top list */
DIV#eventsListView
{ display: block;
cursor: default;
{ cursor: default;
position: absolute;
background-color: #fff;
top: 2.5em;