From d1e5ed23652cf4b6791ce5524585d9d0ccc00aa6 Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Mon, 22 Mar 2010 15:06:13 +0000 Subject: [PATCH] Fix for contacts web module when in a popup window. Monotone-Parent: f16d87f59f756ed8514cb53f85c6de0f559d8af2 Monotone-Revision: c650aab7e4429bb8a2b8885d4161d881a1f9f2e7 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2010-03-22T15:06:13 Monotone-Branch: ca.inverse.sogo --- UI/WebServerResources/ContactsUI.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/UI/WebServerResources/ContactsUI.css b/UI/WebServerResources/ContactsUI.css index e0003bf2d..86084f388 100644 --- a/UI/WebServerResources/ContactsUI.css +++ b/UI/WebServerResources/ContactsUI.css @@ -304,20 +304,20 @@ BODY.popup DIV#rightPanel { top: 4em; } BODY.popup DIV#dragHandle -{ top: 6em; } +{ top: 7em; } BODY.popup DIV#contactsListContent -{ height: 8em; +{ height: 7em; top: 34px; } BODY.popup DIV#contactFoldersList { top: 50px; } BODY.popup DIV#rightDragHandle -{ top: 10em; } +{ top: 10.2em; } BODY.popup DIV#contactView -{ top: 10em; } +{ top: 10.2em; } BODY.popup DIV#filterPanel { position: relative;