Mantis 1209

Monotone-Parent: d14b0cec58efe792bdce09bfd56f964fa96c98ac
Monotone-Revision: 48c46e92eccf46eed1e9546e86d251febc450f91

Monotone-Author: crobert@inverse.ca
Monotone-Date: 2009-07-22T13:45:46
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
C Robert
2009-07-22 13:45:46 +00:00
parent 7c7c597a48
commit c09b8b4c56

View File

@@ -362,3 +362,37 @@ DIV.copy
background-image: url(add-contact.gif) !important;
background-position: 1px -2px !important;
}
@media print
{
div#linkBanner,
div#toolbar,
div#contactFoldersList,
div#dragHandle,
div#rightDragHandle,
div.menu,
div#filterPanel,
div#contactsListContent
{
display: none;
}
div#contactView,
div#rightPanel
{
color: black;
top: 0px;
left: 0px;
margin: 0px;
border: none;
display: block;
visibility: visible;
width: 100%;
height: 100%;
}
div.contactColumn h4 {
background: none;
}
}