Bugzilla – Attachment 143609 Details for
Bug 32101
Add padding to floating toolbars
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 32101: Add padding to floating toolbars
Bug-32101-Add-padding-to-floating-toolbars.patch (text/plain), 1.50 KB, created by
Katrin Fischer
on 2022-11-10 00:36:56 UTC
(
hide
)
Description:
Bug 32101: Add padding to floating toolbars
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2022-11-10 00:36:56 UTC
Size:
1.50 KB
patch
obsolete
>From c85080bfcdbd7979f3a9795b110d37e7bbbfc764 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Thu, 27 Oct 2022 16:48:29 +0000 >Subject: [PATCH] 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> >--- > koha-tmpl/intranet-tmpl/prog/css/src/_toolbar.scss | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/css/src/_toolbar.scss b/koha-tmpl/intranet-tmpl/prog/css/src/_toolbar.scss >index e18ff3dce1..b85c70aded 100644 >--- a/koha-tmpl/intranet-tmpl/prog/css/src/_toolbar.scss >+++ b/koha-tmpl/intranet-tmpl/prog/css/src/_toolbar.scss >@@ -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; >-- >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 32101
:
143145
|
143147
|
143150
| 143609