Bugzilla – Attachment 152775 Details for
Bug 34119
Improve staff interface print stylesheet following redesign
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 34119 - Use !important to make print.css beat staff-global.css at hiding SQL report cruft
Bug-34119---Use-important-to-make-printcss-beat-st.patch (text/plain), 1.16 KB, created by
Phil Ringnalda
on 2023-06-28 00:31:41 UTC
(
hide
)
Description:
Bug 34119 - Use !important to make print.css beat staff-global.css at hiding SQL report cruft
Filename:
MIME Type:
Creator:
Phil Ringnalda
Created:
2023-06-28 00:31:41 UTC
Size:
1.16 KB
patch
obsolete
>From 41dc4337ddeb151d1e6908d5994b614d550f73ab Mon Sep 17 00:00:00 2001 >From: Phil Ringnalda <phil@chetcolibrary.org> >Date: Tue, 27 Jun 2023 17:17:15 -0700 >Subject: [PATCH] Bug 34119 - Use !important to make print.css beat > staff-global.css at hiding SQL report cruft > >Test plan: >1. Run an SQL report (or create a simple one like "select itemnumber from > items" if you don't have any). Shift-reload the results, since you > probably have print.css cached. >2. File - Print >3. Make sure the print preview doesn't show the header search box, or > the New report, Edit, Run report buttons (the logo, the hamburger > menu and the help ? icon are a separate bug). >--- > koha-tmpl/intranet-tmpl/prog/css/print.css | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/css/print.css b/koha-tmpl/intranet-tmpl/prog/css/print.css >index b1cbc010b6..b2135a270e 100644 >--- a/koha-tmpl/intranet-tmpl/prog/css/print.css >+++ b/koha-tmpl/intranet-tmpl/prog/css/print.css >@@ -309,7 +309,7 @@ fieldset.action, > .browse-controls, > .cart-controls, > button.dt-button { >- display: none; >+ display: none !important; > } > > .ui-tabs .ui-tabs-panel, >-- >2.40.0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 34119
:
152775
|
156798
|
156799
|
156813
|
156814
|
157160
|
157161