Added print icons and links in project/*/tasks tab pages

This commit is contained in:
Manuel Cillero 2017-08-19 11:40:56 +02:00
parent be7bd1121c
commit c768664cc4
5 changed files with 89 additions and 7 deletions

View file

@ -6,10 +6,61 @@
*/
/*
* Global styles.
*/
body.print-body .form-control {
border: 0;
box-shadow: none;
background-color: #fff;
padding-left: 0;
}
body.print-body select {
-webkit-appearance: none;
-moz-appearance: none;
text-indent: 1px;
text-overflow: '';
}
body.print-body select::-ms-expand {
display: none;
}
body.print-body button.form-submit {
display: none !important;
}
/*
* Collapsible fieldsets.
*/
html.js body.print-body fieldset {
border: 0;
padding: .5em 1em;
}
html.js body.print-body fieldset.collapsed * {
display: initial;
}
html.js body.print-body fieldset.collapsed legend {
display: none;
}
/*
* "GeSHi Filter" module.
*/
div.geshifilter pre {
body.print-body div.geshifilter pre {
word-break: break-all;
word-wrap: break-word;
}
/*
* "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 {
display: none;
}