Monotone-Parent: e6b25218a29c18cea9fd023419cb8ebf2c44eed1

Monotone-Revision: e45b2b02d2644ca45f53476d13a648ca71e4e361

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-04-03T14:23:08
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau 2007-04-03 14:23:08 +00:00
parent 72d160e4bc
commit 3ed138ea9a
6 changed files with 13 additions and 13 deletions

View file

@ -315,7 +315,7 @@ DIV.contactSelection
left: 0px;
right: 0px;
text-align: right;
background: #dbdad5;
background: #d4d0c8;
border-top: 1px solid #fffffb;
border-left: 0px;
border-right: 0px;

View file

@ -313,7 +313,7 @@ table.mailer_fieldtable
overflow-x: hidden;
height: 6.5em;
border-bottom: 1px solid #808080;
background: #dbdad5;
background: #d4d0c8;
}
div.mailer_mailcontent

View file

@ -306,7 +306,7 @@ TABLE#appointmentsList TR._selected TD
UL._unfocused > LI._selected,
TABLE._unfocused#appointmentsList TR._selected TD
{
background: #dbdad5 !important;;
background: #d4d0c8 !important;;
color: #fff !important;;
}
@ -319,7 +319,7 @@ SPAN.weeksHeader,
SPAN.monthsHeader
{ display: block;
white-space: nowrap;
background: #dbdad5;
background: #d4d0c8;
overflow: hidden;
width: 100%;
margin: 0px;

View file

@ -33,7 +33,7 @@ TABLE#freeBusy TD.attendees
margin: 0px;
width: 11em;
border: 0px !important;
background: #dbdad5 !important;
background: #d4d0c8 !important;
overflow: hidden;
left: 0px; }

View file

@ -36,7 +36,7 @@ SPAN.caption
border-left: 2px solid #fffffb;
border-bottom: 2px solid #888;
border-right: 2px solid #888;
background-color: #dbdad5;
background-color: #d4d0c8;
-moz-border-top-colors: -moz-buttonhoverface ThreeDHighlight;
-moz-border-left-colors: -moz-buttonhoverface ThreeDHighlight;
-moz-border-bottom-colors: ThreeDDarkShadow ThreeDShadow transparent;

View file

@ -12,7 +12,7 @@ BODY
color: #000000;
font-family: Bitstream VeraSans, Tahoma;
font-size: 10pt;
background-color: #dbdad5;
background-color: #d4d0c8;
border: 0px;
margin: 0px;
padding: 0px;
@ -325,7 +325,7 @@ INPUT.button
border-left: 2px solid #fffffb;
border-bottom: 2px solid #888;
border-right: 2px solid #888;
background-color: #dbdad5;
background-color: #d4d0c8;
-moz-border-top-colors: -moz-buttonhoverface ThreeDHighlight;
-moz-border-left-colors: -moz-buttonhoverface ThreeDHighlight;
-moz-border-bottom-colors: ThreeDDarkShadow ThreeDShadow transparent;
@ -356,8 +356,8 @@ DIV#toolbar
margin: 0px;
padding: 0px;
/* background: #f00;
*/ height: 4em;
background-color: #dbdad5;
*/ height: 4.2m;
background-color: #d4d0c8;
white-space: nowrap;
overflow: auto; }
@ -624,7 +624,7 @@ td.tbtv_subject_headercell
DIV.dragHandle
{ position: absolute;
z-index: 1;
background: #dbdad5; }
background: #d4d0c8; }
DIV.dragHandle:active
{ background: #99a; }
@ -745,7 +745,7 @@ DIV.tabsContainer
{
position: relative;
color: #000;
background: #dbdad5;
background: #d4d0c8;
margin-top: 1.5em;
border-top: 2px solid #fffffb;
border-left: 2px solid #fffffb;
@ -787,7 +787,7 @@ DIV.tabsContainer > UL LI.active
DIV.tabsContainer > UL LI.active
{ z-index: 5;
background: #dbdad5;
background: #d4d0c8;
padding-top: 2px;
padding-bottom: 2px;
margin-top: -2px; }