From 8745c0ce336b836129a7c26e4b7034ae9129baec Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Tue, 19 Sep 2006 18:38:48 +0000 Subject: [PATCH] Monotone-Parent: 8616651bb75df4180da52596af6e3f303d498235 Monotone-Revision: bdfc1c269ab737136bc8baf0281b23d80921f8b7 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-09-19T18:38:48 Monotone-Branch: ca.inverse.sogo --- UI/WebServerResources/ContactsUI.css | 43 ++++++++++------------------ UI/WebServerResources/generic.css | 4 --- 2 files changed, 15 insertions(+), 32 deletions(-) diff --git a/UI/WebServerResources/ContactsUI.css b/UI/WebServerResources/ContactsUI.css index efe5721e2..9597bb56a 100644 --- a/UI/WebServerResources/ContactsUI.css +++ b/UI/WebServerResources/ContactsUI.css @@ -18,7 +18,6 @@ Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/* TODO: is the section below used in the mailer? */ DIV#rightPanel { @@ -66,9 +65,11 @@ DIV#contactsListContent { width: 25%; } + .contentcell { } + .embedwhite_out { border-width: 1; @@ -229,30 +230,6 @@ TABLE#contactsList height: 100%; } -TABLE#contactsList TH -{ - width: 100%; - background-color: #DCDAD5; - padding-left: .3em; - padding-right: .3em; - border-top: 1px solid #fff; - border-left: 1px solid #fff; - border-right: 2px solid #222; - border-bottom: 2px solid #222; - -moz-border-bottom-colors: ThreeDDarkShadow ThreeDShadow transparent; - -moz-border-right-colors: ThreeDDarkShadow ThreeDShadow transparent; -} - -TABLE#contactsList TBODY -{ - right: 0px; - left: 0px; - bottom: 3em; - width: 100%; - background: #fff; - color: #000; -} - TABLE#contactsList TD { height: 1.2em; @@ -370,8 +347,18 @@ DIV.contactSelector DIV#contactView DIV.contactSelection { + background: inherit; position: absolute; - height: 2.5em; - bottom: 0px; - right: 1em; + bottom: 1em; + padding: 1em; + right: 2em; + background: #dbdad5; + border-top: 2px solid #fffffb; + border-left: 2px solid #fffffb; + border-right: 2px solid #888; + border-bottom: 2px solid #888; + -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; } diff --git a/UI/WebServerResources/generic.css b/UI/WebServerResources/generic.css index 3664ed0d1..ca2c9c1cf 100644 --- a/UI/WebServerResources/generic.css +++ b/UI/WebServerResources/generic.css @@ -290,9 +290,6 @@ DIV.linkbanner A:hover DIV.contactSelector { margin: .5em; } -DIV.contactSelector SPAN A -{ height: 2em; } - DIV.contactSelector UL.contactList IMG { margin: 0px .5em; } @@ -634,7 +631,6 @@ td.tbtv_actcell padding-bottom: 3px; padding-left: 4px; padding-right: 4px; - background-color: #DCDAD5; }