Bugzilla – Attachment 142813 Details for
Bug 31974
Regression: Bug 31813 incorrectly affected labels in the header search
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 31974: (follow-up) Correct some other specificity issues
Bug-31974-follow-up-Correct-some-other-specificity.patch (text/plain), 1.39 KB, created by
Katrin Fischer
on 2022-10-30 10:03:25 UTC
(
hide
)
Description:
Bug 31974: (follow-up) Correct some other specificity issues
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2022-10-30 10:03:25 UTC
Size:
1.39 KB
patch
obsolete
>From d41ff3b4c26557d9812ff8001be0b26b75891d15 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Thu, 27 Oct 2022 12:11:54 +0000 >Subject: [PATCH] Bug 31974: (follow-up) Correct some other specificity issues > >This follow-up makes a couple other minor corrections to label >alignment. This allows for correct top-alignment of labels in forms but >lets labels in other contexts, especially checkbox or radio button >labels, to be aligned "middle." > >Signed-off-by: David Nind <david@davidnind.com> > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss b/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss >index 115128e8bb..bc1593d655 100644 >--- a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss >+++ b/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss >@@ -614,7 +614,7 @@ label, > font-weight: normal; > max-width: inherit; > padding: 0; >- vertical-align: top; >+ vertical-align: middle; > white-space: normal; > > input { >@@ -1128,6 +1128,7 @@ div { > margin-right: 1em; > padding-top: 0; > text-align: left; >+ vertical-align: top; > width: 9em; > white-space: normal; > } >-- >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 31974
:
142629
|
142654
|
142717
|
142718
|
142787
|
142812
| 142813