Skip to content
Snippets Groups Projects
Commit ab60ef83 authored by Prasad's avatar Prasad
Browse files

Print friendly styles added.

parent 3e0f267c
No related branches found
No related tags found
No related merge requests found
......@@ -3160,3 +3160,36 @@ td.listViewEntryValue .row-fluid input {
.deleteCustomMapping .icon-trash {
vertical-align: middle !important;
}
//Printing on paper
//Turn off surounding bits of user interface such as menus and side bars, just print the content
//Don't have grey backgrounds, it should be white, shadows look OK on screen don't look good on paper
@media print{
div#leftPanel, .detailViewButtoncontainer, .detailViewPagingButton, ul.nav, button, .recentComments .addCommentBlock, .toggleButton, div.datepicker, th.blockHeader img{
display:none;
}
table.detailview-table{
width:100%;
}
.mainContainer {
margin-top:0;
.contentsDiv{
background:white;
border-left:none;
}
}
th.blockHeader{
text-align:left;
}
.fieldLabel label, .fieldValue{
font-size: smaller;
}
.detailViewInfo {
box-shadow:none;
.details{
border-right:none;
}
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment