mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-16 18:58:50 +00:00
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:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user