Bugzilla – Attachment 154754 Details for
Bug 34341
Revert Bug 34072: Holds queue search interface hidden on small screens
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 34341: Revert Bug 34072: Holds queue search interface hidden on small screens
Bug-34341-Revert-Bug-34072-Holds-queue-search-inte.patch (text/plain), 1.79 KB, created by
Katrin Fischer
on 2023-08-24 21:10:20 UTC
(
hide
)
Description:
Bug 34341: Revert Bug 34072: Holds queue search interface hidden on small screens
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2023-08-24 21:10:20 UTC
Size:
1.79 KB
patch
obsolete
>From 0e29c057776fcba80cb082a95dbadd0e9e4491f8 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Mon, 14 Aug 2023 11:49:43 +0000 >Subject: [PATCH] Bug 34341: Revert Bug 34072: Holds queue search interface > hidden on small screens > >This patch undoes the changes made by 34072 because they have had a more >far-reaching effect than was expected. I have never been able to >reproduce Bug 34072 before the patch. > >To test, apply the patch and rebuild the staff interface CSS. > >- Go to Circulation -> Holds queue >- Try adjusting the width of the browser window to confirm that it is > responsive at various widths. >- When the viewport width is below 768 the page layout will adjust, and > the contents of the sidebar will drop below the table of holds. This > is consistent with other pages in the staff interface. >- Check that the corrected CSS has resulted in a correction to the > layout of submit buttons in forms: > - For example, in Administration -> Cities and towns -> New city. > - Before the patch there was no padding between the submit button and > the white fieldset containing the form fields. > - After the patch the correct padding has been restored. > >Signed-off-by: Lucas Gass <lucas@bywatersolutions.com> >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > koha-tmpl/intranet-tmpl/prog/css/src/_forms.scss | 2 ++ > 1 file changed, 2 insertions(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/css/src/_forms.scss b/koha-tmpl/intranet-tmpl/prog/css/src/_forms.scss >index 9c6f60394b..99f8adfbca 100644 >--- a/koha-tmpl/intranet-tmpl/prog/css/src/_forms.scss >+++ b/koha-tmpl/intranet-tmpl/prog/css/src/_forms.scss >@@ -19,6 +19,8 @@ fieldset { > } > > &.rows { >+ clear: left; >+ float: left; > margin: .9em 0 0; > padding: 1rem; > width: 100%; >-- >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 34341
:
154651
|
154655
| 154754