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>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
This commit is contained in:
Owen Leonard 2020-04-17 11:40:36 +00:00 committed by Martin Renvoize
parent 4b290b9833
commit 8758cffcd2
Signed by: martin.renvoize
GPG key ID: 422B469130441A0F

View file

@ -612,6 +612,7 @@ fieldset {
border-bottom-right-radius: 0;
border-bottom-width: 0;
margin-bottom: 0;
margin-right: 0;
}
.standard {