Bug 32101: Add padding to floating toolbars

This patch makes a slight change to the CSS controling the appearance of
floating toolbars. In some cases the lack of padding around the toolbar
elements made it look awkward.

To test, apply the patch and rebuild the staff interface CSS.

View various pages to confirm that the toolbar looks correct when you
scroll down and the toolbar "sticks" to the top of the browser viewport.
For example:

- Patrons -> Search results
- Patrons -> Add/edit patron
- Catalog -> Advanced search form
- Administration -> Preferences
- Authorities -> Add/edit authority
- Cataloging -> Add/edit MARC record
- Catalog -> Item search form

Signed-off-by: Lucas Gass <lucas@bywatersolutions.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 16:48:29 +00:00 committed by Tomas Cohen Arazi
parent f5efea51eb
commit 848551a1de
Signed by: tomascohen
GPG key ID: 0A272EA1B2F3C15F

View file

@ -6,9 +6,9 @@
background-color: #f3F4F4;
border: 0;
border-radius: 5px 5px 0 0;
margin-bottom: 5px;
padding: 5px;
.dropdown-menu {
border-top-width: 1px;