Different logo for printed pages
This commit is contained in:
parent
894a693a65
commit
879b256e5c
4 changed files with 10 additions and 13 deletions
|
@ -88,7 +88,7 @@
|
|||
/*
|
||||
* Main layout.
|
||||
*/
|
||||
@media (max-width: 1239px) {
|
||||
@media (max-width: 1269px) {
|
||||
#footer .section,
|
||||
#socket .section {
|
||||
padding-left: 30px;
|
||||
|
|
|
@ -50,17 +50,14 @@ body.print-body div.geshifilter pre {
|
|||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
/*
|
||||
* "SuiteDesk" list & filter.
|
||||
*/
|
||||
/* "SuiteDesk" options, icons and menu block */
|
||||
body.print-body div.stormlinks,
|
||||
/* "SuiteDesk" list & filter */
|
||||
body.print-body a.tabledrag-handle .handle,
|
||||
body.print-body table tr > .storm_list_operations {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/*
|
||||
* "SuiteDesk Project tasks" section.
|
||||
*/
|
||||
body.print-body #stormgantt {
|
||||
body.print-body table tr > .storm_list_operations,
|
||||
/* "SuiteDesk Project tasks" section */
|
||||
body.print-body #stormgantt,
|
||||
/* "Watcher" link in projects, tasks and tickets */
|
||||
body.print-body .watcher_node {
|
||||
display: none;
|
||||
}
|
||||
|
|
Reference in a new issue