Bugzilla – Attachment 164178 Details for
Bug 36469
Conflict between _header.scss and addbiblio.css tab style
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 36469: Fix conflict between _header.scss and addbiblio.css tab style
Bug-36469-Fix-conflict-between-headerscss-and-addb.patch (text/plain), 1.44 KB, created by
Owen Leonard
on 2024-04-01 12:34:39 UTC
(
hide
)
Description:
Bug 36469: Fix conflict between _header.scss and addbiblio.css tab style
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2024-04-01 12:34:39 UTC
Size:
1.44 KB
patch
obsolete
>From 7cba6d08a8a74816b518b1f954bebe160a3e7b83 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Mon, 1 Apr 2024 12:22:15 +0000 >Subject: [PATCH] Bug 36469: Fix conflict between _header.scss and > addbiblio.css tab style > >addbiblio.css adds padding to tab panes specific for that interface, and >the header search form should not pick up that style. This patch adds >some specificity to _header.scss to avoid unwanted padding. > >To test, apply the patch and rebuild the staff interface CSS >(https://wiki.koha-community.org/wiki/Working_with_SCSS_in_the_OPAC_and_staff_interface). > >- Go to Cataloging -> New record (using the basic MARC editor). > - The style of the MARC edit form should look correct. > - The header search form should look correct >- Test other pages with tabs to confirm that there are no other unwanted > side-effects, e.g. Circulation -> Check out; Advanced catalog search; > Bibliographic detail page. >--- > koha-tmpl/intranet-tmpl/prog/css/src/_header.scss | 4 ++++ > 1 file changed, 4 insertions(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/css/src/_header.scss b/koha-tmpl/intranet-tmpl/prog/css/src/_header.scss >index e1bbb99a33..d9ea5bde05 100644 >--- a/koha-tmpl/intranet-tmpl/prog/css/src/_header.scss >+++ b/koha-tmpl/intranet-tmpl/prog/css/src/_header.scss >@@ -244,6 +244,10 @@ a.navbar-toggle { > > &.toptabs { > margin-top: 0; >+ >+ .tab-pane { >+ padding: 0; >+ } > } > > .nav-tabs { >-- >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 36469
:
164178
|
164232
|
164253