Skip to content
Snippets Groups Projects
Commit 6f1d758e authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix print feature for md theme

parent 6493438e
No related branches found
No related tags found
No related merge requests found
......@@ -560,11 +560,16 @@ td.showDragHandle {
}
#id-right { /* This must stay id-right and not be replaced with echo $right */
width: 100%;
<?php if (GETPOST("optioncss") != 'print') { ?>
padding-left: 194px;
padding-top: 12px;
<?php } ?>
}
.side-nav {
<?php if (GETPOST("optioncss") == 'print') { ?>
display: none;
<?php } else { ?>
background: #FFF;
border-right: 1px solid rgba(0,0,0,0.2);
bottom: 0;
......@@ -600,6 +605,7 @@ td.showDragHandle {
-webkit-overflow-scrolling: touch;
overflow-x: hidden;
overflow-y: auto;
<?php } ?>
}
.side-nav-vert {
margin-left: 194px;
......
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