Bug 25176

Summary: Styling problem with checkout form
Product: Koha Reporter: Owen Leonard <oleonard>
Component: TemplatesAssignee: Owen Leonard <oleonard>
Status: CLOSED FIXED QA Contact: Testopia <testopia>
Severity: minor    
Priority: P5 - low CC: 1joynelson, david.roberts, lucas
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: Trivial patch
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
20.05.00, 19.11.06
Bug Depends on: 22999    
Bug Blocks:    
Attachments: Screenshot of the problem
Bug 25176: Fix style of checkout form
Bug 25176: Fix style of checkout form
Bug 25176: Fix style of checkout form

Description Owen Leonard 2020-04-17 11:37:49 UTC
Created attachment 103145 [details]
Screenshot of the problem

Bug 22999 caused a styling problem with the checkout form. The barcode from and the message about the last checked-out item are no longer the same width.
Comment 1 Owen Leonard 2020-04-17 11:44:35 UTC
Created attachment 103146 [details] [review]
Bug 25176: Fix style of checkout form

This patch makes a small CSS change in order to fix a display problem
with the checkout form where the form's width doesn't match that of the
"last checked out" message.

To test, apply the patch and regenerate the staff client CSS
(https://wiki.koha-community.org/wiki/Working_with_SCSS_in_the_OPAC_and_staff_client).

Check an item out to a patron. Confirm that the green-bordered "Checked
out" message under the checkout form matches the width of the form.
Comment 2 David Roberts 2020-04-17 15:06:55 UTC
Created attachment 103170 [details] [review]
Bug 25176: Fix style of checkout form

This patch makes a small CSS change in order to fix a display problem
with the checkout form where the form's width doesn't match that of the
"last checked out" message.

To test, apply the patch and regenerate the staff client CSS
(https://wiki.koha-community.org/wiki/Working_with_SCSS_in_the_OPAC_and_staff_client).

Check an item out to a patron. Confirm that the green-bordered "Checked
out" message under the checkout form matches the width of the form.

Signed-off-by: David Roberts <david@koha-ptfs.co.uk>
Comment 3 Katrin Fischer 2020-04-18 01:20:25 UTC
Created attachment 103186 [details] [review]
Bug 25176: Fix style of checkout form

This patch makes a small CSS change in order to fix a display problem
with the checkout form where the form's width doesn't match that of the
"last checked out" message.

To test, apply the patch and regenerate the staff client CSS
(https://wiki.koha-community.org/wiki/Working_with_SCSS_in_the_OPAC_and_staff_client).

Check an item out to a patron. Confirm that the green-bordered "Checked
out" message under the checkout form matches the width of the form.

Signed-off-by: David Roberts <david@koha-ptfs.co.uk>

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Comment 4 Martin Renvoize 2020-04-20 11:16:58 UTC
Nice work everyone!

Pushed to master for 20.05
Comment 5 Joy Nelson 2020-05-07 21:11:31 UTC
backported to 19.11.x for 19.11.06
Comment 6 Lucas Gass 2020-05-14 17:30:27 UTC
missing dependencies for 19.05.x, no backport