@@ -1,15 +1,26 @@
|
|||||||
@media print {
|
@media print {
|
||||||
/* hide stuff */
|
/* hide stuff */
|
||||||
header
|
#body-user {
|
||||||
, div#app-navigation
|
#header,
|
||||||
, div.board-header-controls
|
div#app-navigation,
|
||||||
, div#controls.ng-scope div.crumb
|
div.board-header-controls,
|
||||||
, div#controls.ng-scope div.crumb a.bullet
|
#app-navigation-toggle,
|
||||||
, a.ng-binding+a
|
#app-navigation-toggle-custom,
|
||||||
, #app-navigation-toggle.icon-menu
|
div#controls.ng-scope div.crumb:not(.title),
|
||||||
, div.card.create
|
div#controls.ng-scope div.crumb a.bullet,
|
||||||
, button.card-options
|
a.ng-binding + a,
|
||||||
{display:none;}
|
div.card.create,
|
||||||
|
button.card-options {
|
||||||
|
display: none !important;
|
||||||
|
}
|
||||||
|
#content {
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
#app-content {
|
||||||
|
margin: 0 !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
div#app-navigation-toggle.icon-menu {
|
div#app-navigation-toggle.icon-menu {
|
||||||
display:block;
|
display:block;
|
||||||
@@ -37,7 +48,7 @@
|
|||||||
flex-direction:row;
|
flex-direction:row;
|
||||||
flex-wrap:wrap;
|
flex-wrap:wrap;
|
||||||
}
|
}
|
||||||
div.card-controls i.icon.icon-filetype-text {background:none;}
|
div.card-controls i.icon.icon-filetype-text {background:none;}
|
||||||
div.card-controls i.icon.icon-filetype-text:after {
|
div.card-controls i.icon.icon-filetype-text:after {
|
||||||
content: attr(title);
|
content: attr(title);
|
||||||
display:block;
|
display:block;
|
||||||
@@ -54,14 +65,6 @@
|
|||||||
margin-right:10px;
|
margin-right:10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* labels/tags */
|
|
||||||
ul.labels li.ng-scope {
|
|
||||||
-webkit-box-sizing: border-box; /* Safari, other WebKit */
|
|
||||||
-moz-box-sizing: border-box; /* Firefox, other Gecko */
|
|
||||||
box-sizing: border-box; /* Opera/IE 8+ */
|
|
||||||
width:40px;
|
|
||||||
}
|
|
||||||
|
|
||||||
ul.labels li.ng-scope span.ng-binding {
|
ul.labels li.ng-scope span.ng-binding {
|
||||||
color:#000;
|
color:#000;
|
||||||
display:inline;
|
display:inline;
|
||||||
@@ -80,8 +83,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
div.stack.ng-scope.as-sortable-item {border-right: 1px solid #000;}
|
div.stack.ng-scope.as-sortable-item {border-right: 1px solid #000;}
|
||||||
|
|
||||||
div#innerBoard.ng-pristine.ng-untouched.ng-valid.ng-scope.ng-not-empty div.stack.ng-scope.as-sortable-item:nth-child(6n) {
|
div#innerBoard.ng-pristine.ng-untouched.ng-valid.ng-scope.ng-not-empty div.stack.ng-scope.as-sortable-item:nth-child(6n) {
|
||||||
page-break-after: always;
|
page-break-after: always;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user