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;
|
||||
}
|
||||
|
|
BIN
themes/zuitedesk/logo-print.png
Normal file
BIN
themes/zuitedesk/logo-print.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 11 KiB |
|
@ -1,6 +1,6 @@
|
|||
name = SuiteDesk Theme
|
||||
description = SuiteDesk Theme Zen.
|
||||
version = 0.2.39
|
||||
version = 0.2.40
|
||||
|
||||
screenshot = screenshot.png
|
||||
|
||||
|
|
Reference in a new issue