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; + } +}