Bugzilla – Attachment 142785 Details for
Bug 32014
Tweak style of checkout settings panel
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 32014: Tweak style of checkout settings panel
Bug-32014-Tweak-style-of-checkout-settings-panel.patch (text/plain), 2.11 KB, created by
David Nind
on 2022-10-28 18:54:56 UTC
(
hide
)
Description:
Bug 32014: Tweak style of checkout settings panel
Filename:
MIME Type:
Creator:
David Nind
Created:
2022-10-28 18:54:56 UTC
Size:
2.11 KB
patch
obsolete
>From 518884c25f5bc17b4edce3789a9f024eca97c518 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Thu, 27 Oct 2022 11:36:01 +0000 >Subject: [PATCH] Bug 32014: Tweak style of checkout settings panel > >This patch makes some minor changes to the CSS controlling the way the >checkout settings panel displays, as well as the panel showing the last >checked-out item. > >To test, apply the patch and rebuild the staff interface CSS. > >- Go to Circulation and locate a patron to check out to. >- On the checkout page, click the "settings" icon in the barcode field. >- The checkout settings panel should display. Confirm that the spacing > looks good. >- Check out an item to the patron. >- Confirm that the panel showing the last checked out item information > looks correct: A green-bordered box with a white background, no > rounded corners. > >Signed-off-by: David Nind <david@davidnind.com> >--- > .../intranet-tmpl/prog/css/src/staff-global.scss | 12 ++++-------- > 1 file changed, 4 insertions(+), 8 deletions(-) > >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 a6d30023b6..8fc5a2633a 100644 >--- a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss >+++ b/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss >@@ -788,9 +788,6 @@ fieldset { > } > > &.lastchecked { >- border-bottom-left-radius: 0; >- border-bottom-right-radius: 0; >- border-bottom-width: 0; > margin-bottom: 0; > margin-right: 0; > } >@@ -1045,9 +1042,8 @@ div { > } > > &.lastchecked { >+ background-color: #FFF; > border: 2px solid #BCDB89; >- border-bottom-left-radius: 5px; >- border-bottom-right-radius: 5px; > padding: .2em 1em; > } > >@@ -1461,9 +1457,8 @@ i { > } > > .circ-setting { >- font-size: 85%; >- padding-top: .9em; >- padding-bottom: .9em; >+ font-size: 95%; >+ padding: .3em 0; > > input { > vertical-align: middle; >@@ -1476,6 +1471,7 @@ i { > } > > .circ-settings { >+ border-top: 2px solid #EEE; > border-radius: 0; > display: none; > margin-left: -1em; >-- >2.30.2
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 32014
:
142711
|
142785
|
142808