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.
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.
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>
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>
Nice work everyone! Pushed to master for 20.05
backported to 19.11.x for 19.11.06
missing dependencies for 19.05.x, no backport