Bugzilla – Attachment 103146 Details for
Bug 25176
Styling problem with checkout form
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 25176: Fix style of checkout form
Bug-25176-Fix-style-of-checkout-form.patch (text/plain), 1.21 KB, created by
Owen Leonard
on 2020-04-17 11:44:35 UTC
(
hide
)
Description:
Bug 25176: Fix style of checkout form
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2020-04-17 11:44:35 UTC
Size:
1.21 KB
patch
obsolete
>From b62ce1ad61b7cfc4a2ccc974f62a4a711444e9b6 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Fri, 17 Apr 2020 11:40:36 +0000 >Subject: [PATCH] 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. >--- > koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss b/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss >index 277255888e..39a4cddcb5 100644 >--- a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss >+++ b/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss >@@ -612,6 +612,7 @@ fieldset { > border-bottom-right-radius: 0; > border-bottom-width: 0; > margin-bottom: 0; >+ margin-right: 0; > } > > .standard { >-- >2.11.0
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 25176
:
103145
|
103146
|
103170
|
103186