From 6f20ca2757df99475e81d734dacc974ef1640231 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Thu, 19 Oct 2006 16:42:03 +0000 Subject: [PATCH] Monotone-Parent: 989ada4dcfbb1c45b577f7887d50680cb6be470b Monotone-Revision: e51d7289784b9481b51a779aab33d68ee0bb4a3e Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-10-19T16:42:03 Monotone-Branch: ca.inverse.sogo --- .../UIxContactsCalendarsSelection.wox | 5 +++-- .../ContactsUI/UIxContactsListViewContainer.wox | 11 +++++------ UI/WebServerResources/ContactsUI.css | 17 +++++++++-------- 3 files changed, 17 insertions(+), 16 deletions(-) diff --git a/UI/Templates/ContactsUI/UIxContactsCalendarsSelection.wox b/UI/Templates/ContactsUI/UIxContactsCalendarsSelection.wox index 8f4c8ae30..2a7b5ba9d 100644 --- a/UI/Templates/ContactsUI/UIxContactsCalendarsSelection.wox +++ b/UI/Templates/ContactsUI/UIxContactsCalendarsSelection.wox @@ -1,15 +1,16 @@ - - + diff --git a/UI/Templates/ContactsUI/UIxContactsListViewContainer.wox b/UI/Templates/ContactsUI/UIxContactsListViewContainer.wox index 5548ec7a0..e51ad1b57 100644 --- a/UI/Templates/ContactsUI/UIxContactsListViewContainer.wox +++ b/UI/Templates/ContactsUI/UIxContactsListViewContainer.wox @@ -77,6 +77,11 @@ + +
+ +
+
var:component-content /> /var:if> --> - - -
- -
-
diff --git a/UI/WebServerResources/ContactsUI.css b/UI/WebServerResources/ContactsUI.css index 9034a2b7c..9a78b8efe 100644 --- a/UI/WebServerResources/ContactsUI.css +++ b/UI/WebServerResources/ContactsUI.css @@ -302,21 +302,22 @@ DIV.contactSelection z-index: 10; background: inherit; position: absolute; - bottom: 1em; + bottom: 0em; padding: 1em; - right: 2em; + left: 0px; + right: 0px; text-align: right; background: #dbdad5; border-top: 2px solid #fffffb; - border-left: 2px solid #fffffb; - border-right: 2px solid #888; - border-bottom: 2px solid #888; + border-left: 0px; + border-right: 0px; + border-bottom: 0px; -moz-border-top-colors: -moz-buttonhoverface ThreeDHighlight; - -moz-border-left-colors: -moz-buttonhoverface ThreeDHighlight; - -moz-border-right-colors: ThreeDDarkShadow ThreeDShadow transparent; - -moz-border-bottom-colors: ThreeDDarkShadow ThreeDShadow transparent; } +DIV.contactSelection > DIV.calendar +{ text-align: center; } + DIV.contactSelection INPUT.button { margin-top: .25em; }