From c09b8b4c569538030968332c1052f4bd30797fe9 Mon Sep 17 00:00:00 2001 From: C Robert Date: Wed, 22 Jul 2009 13:45:46 +0000 Subject: [PATCH] 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 --- UI/WebServerResources/ContactsUI.css | 34 ++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/UI/WebServerResources/ContactsUI.css b/UI/WebServerResources/ContactsUI.css index 1de416ebe..f9c2eb370 100644 --- a/UI/WebServerResources/ContactsUI.css +++ b/UI/WebServerResources/ContactsUI.css @@ -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; + } +}