Monotone-Parent: 27a57d18607e0480dfa74a6235a8c1ec04b5d594

Monotone-Revision: b545d02ec1ab7de868f544f191ef64a2e4672857

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-09-20T21:40:00
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau 2006-09-20 21:40:00 +00:00
parent 71e983b2a3
commit d95f3064b3
3 changed files with 14 additions and 19 deletions

View file

@ -191,7 +191,7 @@ DIV.contactFoldersList LI._selected
} }
DIV#folderTreeContent TABLE TD DIV#folderTreeContent TABLE TD
{ height: 18px; { height: 2em;
border-top: 1px solid #fff; border-top: 1px solid #fff;
margin: 0px; margin: 0px;
padding: 0px; } padding: 0px; }
@ -231,10 +231,7 @@ TABLE#contactsList
} }
TABLE#contactsList TD TABLE#contactsList TD
{ { white-space: nowrap; }
height: 1.2em;
white-space: nowrap;
}
TABLE#contactsList TD IMG TABLE#contactsList TD IMG
{ {
@ -306,7 +303,7 @@ INPUT#searchValue:focus
DIV#dragHandle DIV#dragHandle
{ {
cursor: e-resize; cursor: e-resize;
top: 6em; top: 7.5em;
left: 14.6em; left: 14.6em;
width: .4em; width: .4em;
bottom: 0px; bottom: 0px;

View file

@ -61,6 +61,7 @@ DIV#messageContent
overflow: hidden; overflow: hidden;
top: 18.2em; top: 18.2em;
bottom: 0px; bottom: 0px;
left: 0px;
right: 0px; right: 0px;
border-top: 1px solid #aaa; border-top: 1px solid #aaa;
border-left: 1px solid #aaa; border-left: 1px solid #aaa;
@ -312,8 +313,9 @@ table.mailer_fieldtable
top: 0px; top: 0px;
left: 0px; left: 0px;
padding-top: .5em; padding-top: .5em;
overflow: auto; overflow-y: auto;
height: 7em; overflow-x: hidden;
height: 6.5em;
border-bottom: 1px solid #808080; border-bottom: 1px solid #808080;
background: #dbdad5; background: #dbdad5;
} }
@ -323,7 +325,8 @@ div.mailer_mailcontent
background-color: #fff; background-color: #fff;
position: absolute; position: absolute;
padding: .5em; padding: .5em;
top: 10.8em; margin-top: .5em;
top: 10em;
overflow: auto; overflow: auto;
left: 0px; left: 0px;
right: 0px; right: 0px;
@ -332,7 +335,7 @@ div.mailer_mailcontent
DIV#messageContent div.mailer_mailcontent DIV#messageContent div.mailer_mailcontent
{ {
top: 7em; top: 6em;
} }
td.mailer_fieldname td.mailer_fieldname

View file

@ -375,7 +375,6 @@ SPAN.toolbarButton, SPAN.disabledToolbarButton
SPAN.disabledToolbarButton SPAN.disabledToolbarButton
{ -moz-opacity: 0.4; } { -moz-opacity: 0.4; }
SPAN.toolbarButton:hover SPAN.toolbarButton:hover
{ color: -moz-buttonhovertext; { color: -moz-buttonhovertext;
background-color: -moz-buttonhoverface; background-color: -moz-buttonhoverface;
@ -583,23 +582,19 @@ td img.tbtv_sortcell
TD.subjectCell, TD.subjectCell,
td.tbtv_subject_headercell td.tbtv_subject_headercell
{ { overflow: hidden; }
overflow: hidden; }
/* drag handles */ /* drag handles */
DIV.dragHandle DIV.dragHandle
{ { position: absolute;
position: absolute;
z-index: 1; z-index: 1;
background: #dbdad5; } background: #dbdad5; }
DIV.dragHandle:active DIV.dragHandle:active
{ -moz-opacity: 0.5; { background: #99a; }
background: #222; }
INPUT.textField INPUT.textField
{ { height: 1.7em;
height: 1.7em;
vertical-align: middle; } vertical-align: middle; }
/* search fields */ /* search fields */