Update style with media print at the bottom
This commit is contained in:
parent
40b283a86d
commit
689b676500
@ -427,14 +427,6 @@ div.ui-state-highlight a {text-decoration: underline;}
|
||||
.noborder {border:0;}
|
||||
img {vertical-align:middle;}
|
||||
|
||||
@media print {
|
||||
body{font-family:Verdana, Arial, sans-serif;font-size: 11px;}
|
||||
#global {width:auto !important;text-align:left;}
|
||||
#content {margin:5px; padding:0; width:auto; }
|
||||
table {page-break-inside:avoid}
|
||||
div.paragraph {page-break-inside:avoid}
|
||||
}
|
||||
|
||||
/* Menu
|
||||
----------------------------------*/
|
||||
div#menu {position: absolute;width:200px;}
|
||||
@ -683,4 +675,16 @@ table.greffe td.type {text-align:center;}
|
||||
/* text on bar */
|
||||
#progressbar div.progress .text {position:absolute;text-align:center;color:white;}
|
||||
/* text off bar */
|
||||
#progressbar div.text {position:absolute;width:100%;height:100%;text-align:center;}
|
||||
#progressbar div.text {position:absolute;width:100%;height:100%;text-align:center;}
|
||||
|
||||
|
||||
/* Print
|
||||
----------------------------------*/
|
||||
@media print {
|
||||
body{font-family:Verdana, Arial, sans-serif;font-size: 11px;}
|
||||
#global {width:auto !important;text-align:left;}
|
||||
#content {margin:0; padding:0; width:auto; }
|
||||
table {page-break-inside:avoid}
|
||||
div.paragraph {page-break-inside:avoid}
|
||||
div#menu {display:none;}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user