Bugzilla – Attachment 141011 Details for
Bug 31559
Staff results page doesn't always use up full available screen width
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 31559: Staff results page doesn't always use up full available screen width
Bug-31559-Staff-results-page-doesnt-always-use-up-.patch (text/plain), 1.36 KB, created by
Lucas Gass (lukeg)
on 2022-09-26 21:14:33 UTC
(
hide
)
Description:
Bug 31559: Staff results page doesn't always use up full available screen width
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2022-09-26 21:14:33 UTC
Size:
1.36 KB
patch
obsolete
>From 70a743e417e1c1b2287a70a6b511bbfe3d27a16b Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Mon, 26 Sep 2022 14:07:06 +0000 >Subject: [PATCH] Bug 31559: Staff results page doesn't always use up full > available screen width > >This patch adds an explicit "width: 100%" to tables which are contained >within a #searchresults <div>. The change affects staff interface >catalog search results and these other pages with the same markup: > >- Advanced MARC editor search results >- Holds to pull >- Patron search results > >To test, apply the patch and rebuild the staff interface CSS >(https://wiki.koha-community.org/wiki/Working_with_SCSS_in_the_OPAC_and_staff_client) > >- Test the catalog search results and other affected pages to confirm > that the tables affected take up the full width of the page. > >Signed-off-by: Lucas Gass <lucas@bywatersolutions.com> >--- > koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss | 2 ++ > 1 file changed, 2 insertions(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss b/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss >index 9a111db1eb..def560e936 100644 >--- a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss >+++ b/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss >@@ -2155,6 +2155,8 @@ li { > } > > table { >+ width: 100%; >+ > td { > vertical-align: top; > } >-- >2.30.2
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 31559
:
140985
|
141011
|
141180