Monotone-Parent: f69d60b9d521e7955f8e0a7051cb02f730a5b031

Monotone-Revision: d945e377de4cef58cd3319068ed383074d42b243

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-11-01T16:57:44
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2006-11-01 16:57:44 +00:00
parent 824c7ab807
commit 7d0d729557
4 changed files with 30 additions and 21 deletions

View File

@@ -24,6 +24,7 @@ DIV#rightPanel
position: absolute;
top: 6em;
left: 15em;
margin-left: 5px;
right: 0px;
bottom: 0px;
overflow: hidden;
@@ -34,7 +35,7 @@ DIV#contactsListContent
position: absolute;
background: #fff;
width: 100%;
height: 15.7em;
height: 16em;
top: 2em;
overflow: auto;
left: 0px;
@@ -111,7 +112,7 @@ DIV.contactFoldersList
position: absolute;
top: 6em;
left: 0px;
width: 14.7em;
width: 15em;
bottom: 0px;
margin: 0px;
padding: 0px;
@@ -211,11 +212,12 @@ DIV#contactView
position: absolute;
background: #fff;
padding: .5em;
top: 18.2em;
top: 18em;
left: 0px;
right: 0px;
bottom: 0px;
overflow: auto;
margin-top: 5px;
border-top: 1px solid #aaa;
border-left: 1px solid #aaa;
line-height: 1em;
@@ -258,8 +260,8 @@ INPUT#searchValue:focus
DIV#dragHandle
{
cursor: e-resize;
top: 7.5em;
left: 14.6em;
top: 8em;
left: 15em;
width: 5px;
bottom: 0px;
}
@@ -267,7 +269,7 @@ DIV#dragHandle
DIV#rightDragHandle
{
cursor: n-resize;
top: 17.7em;
top: 18em;
left: 0px;
right: 0px;
height: 5px;