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>

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
Owen Leonard 2022-10-27 11:36:01 +00:00 committed by Tomas Cohen Arazi
parent 987e1257a9
commit 31c5563ad8
Signed by: tomascohen
GPG key ID: 0A272EA1B2F3C15F

View file

@ -786,9 +786,6 @@ fieldset {
}
&.lastchecked {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
border-bottom-width: 0;
margin-bottom: 0;
margin-right: 0;
}
@ -1043,9 +1040,8 @@ div {
}
&.lastchecked {
background-color: #FFF;
border: 2px solid #BCDB89;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
padding: .2em 1em;
}
@ -1457,9 +1453,8 @@ i {
}
.circ-setting {
font-size: 85%;
padding-top: .9em;
padding-bottom: .9em;
font-size: 95%;
padding: .3em 0;
input {
vertical-align: middle;
@ -1472,6 +1467,7 @@ i {
}
.circ-settings {
border-top: 2px solid #EEE;
border-radius: 0;
display: none;
margin-left: -1em;