mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-04 22:56:24 +00:00
Monotone-Parent: 212e168bc4d90ac245e14acdb1fa02cd21689ca4
Monotone-Revision: e564ba9c3c207614d2d7c7af98a96b258c9d49a7 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-04-03T17:37:41 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -46,18 +46,15 @@ DIV#rightPanel
|
||||
}
|
||||
|
||||
DIV#mailboxContent
|
||||
{
|
||||
position: absolute;
|
||||
{ position: absolute;
|
||||
width: 100%;
|
||||
height: 18em;
|
||||
left: 0px;
|
||||
top: 0px;
|
||||
right: 0px;
|
||||
}
|
||||
top: .5em;
|
||||
right: 0px; }
|
||||
|
||||
DIV#messageContent
|
||||
{
|
||||
position: absolute;
|
||||
{ position: absolute;
|
||||
overflow: hidden;
|
||||
top: 18em;
|
||||
bottom: 0px;
|
||||
@@ -69,27 +66,27 @@ DIV#messageContent
|
||||
border: 0px;
|
||||
border-top: 1px solid #aaa;
|
||||
border-left: 1px solid #aaa;
|
||||
background: #fff;
|
||||
}
|
||||
background: #fff; }
|
||||
|
||||
DIV#messageContent P IMG
|
||||
{
|
||||
border: 0px;
|
||||
{ border: 0px;
|
||||
vertical-align: middle;
|
||||
margin-right: 1em;
|
||||
}
|
||||
margin-right: 1em; }
|
||||
|
||||
DIV#folderTreeContent
|
||||
{
|
||||
{ border-top: 2px solid #222;
|
||||
border-left: 2px solid #222;
|
||||
border-right: 1px solid #fff;
|
||||
border-bottom: 1px solid #fff;
|
||||
-moz-border-top-colors: ThreeDShadow ThreeDDarkShadow;
|
||||
-moz-border-left-colors: ThreeDShadow ThreeDDarkShadow;
|
||||
position: absolute;
|
||||
color: #000;
|
||||
background: #fff;
|
||||
width: 100%;
|
||||
top: 2em;
|
||||
bottom: 0px;
|
||||
overflow: auto;
|
||||
border: 1px solid #fff;
|
||||
}
|
||||
overflow: auto; }
|
||||
|
||||
.aptview_title
|
||||
{
|
||||
@@ -468,8 +465,7 @@ TABLE#addr_table
|
||||
}
|
||||
|
||||
TABLE#messageList
|
||||
{
|
||||
display: block;
|
||||
{ display: block;
|
||||
position: absolute;
|
||||
background: #fff;
|
||||
color: #000;
|
||||
|
||||
Reference in New Issue
Block a user