Add basic print stylesheet

This commit is contained in:
lastlink
2018-06-01 18:25:32 -04:00
committed by Frédéric Guillot
parent b66694854f
commit cd6da13897
6 changed files with 31 additions and 3 deletions

View File

@@ -0,0 +1,18 @@
@import variables
@import mixins
@page
orientation: landscape
-webkit-transform: rotate(-90deg)
-moz-transform: rotate(-90deg)
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3)
#board-container
overflow-x: initial !important
.board-task-list
min-height: 0 !important
.task-board
page-break-inside: avoid
/*Hide menu*/
.menu-inline, .project-header, .page-header, .menus-container, .sidebar, .alert, .alert-info, .dropdown > ul
display: none

View File

@@ -51,4 +51,4 @@
@import panel
@import activity_stream
@import user_mentions
@import image_slideshow
@import image_slideshow

View File

@@ -0,0 +1 @@
@import global_print