Monotone-Parent: 8616651bb75df4180da52596af6e3f303d498235

Monotone-Revision: bdfc1c269ab737136bc8baf0281b23d80921f8b7

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-09-19T18:38:48
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau 2006-09-19 18:38:48 +00:00
parent b42a1db46b
commit 8745c0ce33
2 changed files with 15 additions and 32 deletions

View file

@ -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;
}

View file

@ -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;
}