/** * @file * Print styling * * We provide some sane print styling for Drupal using Zen's layout method. */ /* * 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. */ 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; }