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:
parent
4b290b9833
commit
8758cffcd2
1 changed files with 1 additions and 0 deletions
|
@ -612,6 +612,7 @@ fieldset {
|
|||
border-bottom-right-radius: 0;
|
||||
border-bottom-width: 0;
|
||||
margin-bottom: 0;
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.standard {
|
||||
|
|
Loading…
Reference in a new issue