@@ -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;
|
||||||
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user