Fix print feature for md theme
This commit is contained in:
parent
6493438e87
commit
6f1d758eae
@ -560,11 +560,16 @@ td.showDragHandle {
|
|||||||
}
|
}
|
||||||
#id-right { /* This must stay id-right and not be replaced with echo $right */
|
#id-right { /* This must stay id-right and not be replaced with echo $right */
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
<?php if (GETPOST("optioncss") != 'print') { ?>
|
||||||
padding-left: 194px;
|
padding-left: 194px;
|
||||||
padding-top: 12px;
|
padding-top: 12px;
|
||||||
|
<?php } ?>
|
||||||
}
|
}
|
||||||
|
|
||||||
.side-nav {
|
.side-nav {
|
||||||
|
<?php if (GETPOST("optioncss") == 'print') { ?>
|
||||||
|
display: none;
|
||||||
|
<?php } else { ?>
|
||||||
background: #FFF;
|
background: #FFF;
|
||||||
border-right: 1px solid rgba(0,0,0,0.2);
|
border-right: 1px solid rgba(0,0,0,0.2);
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
@ -600,6 +605,7 @@ td.showDragHandle {
|
|||||||
-webkit-overflow-scrolling: touch;
|
-webkit-overflow-scrolling: touch;
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
|
<?php } ?>
|
||||||
}
|
}
|
||||||
.side-nav-vert {
|
.side-nav-vert {
|
||||||
margin-left: 194px;
|
margin-left: 194px;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user