don't play with content margin for print media (#4621)

This commit is contained in:
Frédéric Péters 2014-04-02 16:50:53 +02:00
parent 0c4c217063
commit bc8099878c
1 changed files with 6 additions and 0 deletions

View File

@ -795,3 +795,9 @@ tr.row-state-finished a[href$="/edit"] {
.portaltype-pfwbgedcollection #formfield-form-widgets-review_state {
display: none;
}
@media print {
div.position-0 {
margin-left: 1%;
}
}