mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-09-25 02:47:38 +02:00
print.less: Make sure that client print attempts work fine
(cherry picked from commit 723eaae08c70eef8afff2711e3880fa86191781a)
This commit is contained in:
parent
14d4b18ea3
commit
cdd7ea6bad
@ -3,19 +3,13 @@
|
||||
// Print styles
|
||||
|
||||
@media print {
|
||||
#fileupload-frame-target,
|
||||
#header,
|
||||
#responsive-debug,
|
||||
#sidebar,
|
||||
.controls > .tabs,
|
||||
.controls .filter,
|
||||
.controls .limiter-control,
|
||||
.controls .pagination-control,
|
||||
.controls .selection-info,
|
||||
.controls .sort-control,
|
||||
#migrate-popup, // Icinga DB Web
|
||||
.controls,
|
||||
.footer, // ipl
|
||||
.dontprint, // Compat only, use dont-print instead
|
||||
.dont-print {
|
||||
display: none;
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
#layout,
|
||||
@ -24,6 +18,14 @@
|
||||
position: static;
|
||||
}
|
||||
|
||||
#main > .container {
|
||||
overflow: visible !important;
|
||||
|
||||
> .content {
|
||||
overflow: visible !important;
|
||||
}
|
||||
}
|
||||
|
||||
.container {
|
||||
float: none !important;
|
||||
width: 100% !important;
|
||||
|
Loading…
x
Reference in New Issue
Block a user