Bugzilla – Attachment 193857 Details for
Bug 41835
Add item forms Tag editor buttons on serial edition page are misaligned
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 41835: (follow-up) Clean up CSS
Bug-41835-follow-up-Clean-up-CSS.patch (text/plain), 1.48 KB, created by
Owen Leonard
on 2026-02-25 15:06:35 UTC
(
hide
)
Description:
Bug 41835: (follow-up) Clean up CSS
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2026-02-25 15:06:35 UTC
Size:
1.48 KB
patch
obsolete
>From 9d75182641c3849824c5f33fe03cb582ebd2dbc7 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Wed, 25 Feb 2026 10:03:37 -0500 >Subject: [PATCH] Bug 41835: (follow-up) Clean up CSS > >There are some aspects of .subfield_line in addbiblio.css which are >incorrect or redundant. This follow-up removes those lines from >addbiblio.css and from the copied CSS in serials-edit.css >--- > koha-tmpl/intranet-tmpl/prog/css/addbiblio.css | 4 +--- > koha-tmpl/intranet-tmpl/prog/css/serials-edit.css | 6 ++---- > 2 files changed, 3 insertions(+), 7 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/css/addbiblio.css b/koha-tmpl/intranet-tmpl/prog/css/addbiblio.css >index 5eb6595e4a7..4d38471919a 100644 >--- a/koha-tmpl/intranet-tmpl/prog/css/addbiblio.css >+++ b/koha-tmpl/intranet-tmpl/prog/css/addbiblio.css >@@ -227,10 +227,8 @@ a.tagnum { > } > > .item_edit_form .subfield_line { >- align-items: flex-start; >- display: flex; >- flex-basis: 100%; > align-items: center; >+ display: flex; > } > > div.item_edit_form ol li label, >diff --git a/koha-tmpl/intranet-tmpl/prog/css/serials-edit.css b/koha-tmpl/intranet-tmpl/prog/css/serials-edit.css >index 99309601453..1872d9358f1 100644 >--- a/koha-tmpl/intranet-tmpl/prog/css/serials-edit.css >+++ b/koha-tmpl/intranet-tmpl/prog/css/serials-edit.css >@@ -1,6 +1,4 @@ > .subfield_line { >- align-items: flex-start; >- display: flex; >- flex-basis: 100%; > align-items: center; >-} >\ No newline at end of file >+ display: flex; >+} >-- >2.39.5
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 41835
:
193003
|
193717
|
193718
|
193856
| 193857