From a18d65ff7eac0b34d75448ff3edec06c4f632acd Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Tue, 19 Sep 2006 15:40:58 +0000 Subject: [PATCH] Monotone-Parent: ff9f575e827547be397fdb096775dc09d813c270 Monotone-Revision: 4c6881268ddcd38365c2c1b0097a33383ac7839f Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-09-19T15:40:58 Monotone-Branch: ca.inverse.sogo --- .../ContactsUI/UIxContactsListView.wox | 3 +- .../ContactsUI/UIxContactsSelectionView.wox | 6 +-- .../UIxContactsSelectionViewContainer.wox | 32 +++++++----- UI/WebServerResources/ContactsUI.css | 52 +++++++++---------- 4 files changed, 44 insertions(+), 49 deletions(-) diff --git a/UI/Templates/ContactsUI/UIxContactsListView.wox b/UI/Templates/ContactsUI/UIxContactsListView.wox index 6d924245b..8b99407fa 100644 --- a/UI/Templates/ContactsUI/UIxContactsListView.wox +++ b/UI/Templates/ContactsUI/UIxContactsListView.wox @@ -9,8 +9,7 @@ className="UIxContactsListViewContainer" title="name" > - - +
diff --git a/UI/Templates/ContactsUI/UIxContactsSelectionView.wox b/UI/Templates/ContactsUI/UIxContactsSelectionView.wox index af7d1011c..1efd7e948 100644 --- a/UI/Templates/ContactsUI/UIxContactsSelectionView.wox +++ b/UI/Templates/ContactsUI/UIxContactsSelectionView.wox @@ -9,10 +9,6 @@ className="UIxContactsSelectionViewContainer" title="name" > - - - -
@@ -46,7 +42,7 @@ var:id="currentContact.c_name" var:contactname="currentContact.cn" var:contactid="currentContact.c_uid" - onclick="return onRowClick(event);" + onclick="return onContactRowClick(event, this);" ondblclick="return onContactRowDblClick(event, this);" oncontextmenu="return onContactContextMenu(event, this);"> diff --git a/UI/Templates/ContactsUI/UIxContactsSelectionViewContainer.wox b/UI/Templates/ContactsUI/UIxContactsSelectionViewContainer.wox index 2702b2f97..d5661569b 100644 --- a/UI/Templates/ContactsUI/UIxContactsSelectionViewContainer.wox +++ b/UI/Templates/ContactsUI/UIxContactsSelectionViewContainer.wox @@ -52,7 +52,7 @@ onsubmit="return onSearchFormSubmit();" method="GET">
-
+
    @@ -82,23 +82,27 @@ onmousemove="" ondblclick="dragHandleDoubleClick(event);" leftblock="contactFoldersList" - rightblock="contactsListContent"> + rightblock="rightPanel">
-
- -
+
+ -
-
+
+ +
-
+
+
+ +
+
diff --git a/UI/WebServerResources/ContactsUI.css b/UI/WebServerResources/ContactsUI.css index 7b29a2636..efe5721e2 100644 --- a/UI/WebServerResources/ContactsUI.css +++ b/UI/WebServerResources/ContactsUI.css @@ -137,7 +137,7 @@ table.titletable td.titlecell SELECT DIV.contactFoldersList { position: absolute; - top: 5.5em; + top: 6em; left: 0px; width: 14.7em; bottom: 0px; @@ -159,6 +159,8 @@ DIV.contactFoldersList UL top: 2em; left: 0px; right: 0px; + margin: 0px; + padding: 0px; bottom: 0px; overflow: auto; padding-left: 0px; @@ -275,15 +277,6 @@ TABLE#contactsList TR._deleted TD text-decoration: line-through; } -DIV#rightDragHandle -{ - cursor: n-resize; - top: 17.7em; - left: 0px; - right: 0px; - height: 5px; -} - DIV#contactView { position: absolute; @@ -336,42 +329,45 @@ INPUT#searchValue:focus DIV#dragHandle { cursor: e-resize; - top: 7.5em; + top: 6em; left: 14.6em; width: .4em; bottom: 0px; } -DIV#mailboxDragHandle -{ +DIV#rightDragHandle +{ cursor: n-resize; - top: 50%; + top: 17.7em; left: 0px; right: 0px; - height: .4em; -} - -DIV#calendarView -{ - position: absolute; - background: #fff; - top: 18em; - bottom: 0px; - width: 100%; - overflow: hidden; - border-top: 1px solid #aaa; - border-left: 1px solid #aaa; + height: 5px; } DIV.contactSelector { position: absolute; top: 0px; - bottom: 3em; + bottom: 0px; right: 0px; left: 0px; } +DIV.contactSelector DIV#rightPanel +{ top: 4em; } + +DIV.contactSelector DIV#contactsListContent +{ height: 8em; } + +DIV.contactSelector DIV.contactFoldersList +{ top: 4em; } + +DIV.contactSelector DIV#rightDragHandle +{ top: 10em; } + +DIV.contactSelector DIV#contactView +{ top: 10.5em; } + DIV.contactSelection { position: absolute;