Bugzilla – Attachment 142718 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.29 KB, created by
Owen Leonard
on 2022-10-27 14:41:32 UTC
(
hide
)
Description:
Bug 31974: (follow-up) Correct some other specificity issues
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2022-10-27 14:41:32 UTC
Size:
1.29 KB
patch
obsolete
>From 7a5fb6b134735936c910190a2f0617fdb47a1cdb 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." >--- > 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 a6d30023b6..6ecdac78d0 100644 >--- a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss >+++ b/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss >@@ -616,7 +616,7 @@ label, > font-weight: normal; > max-width: inherit; > padding: 0; >- vertical-align: top; >+ vertical-align: middle; > white-space: normal; > > input { >@@ -1125,6 +1125,7 @@ div { > margin-right: 1em; > padding-top: 0; > text-align: left; >+ vertical-align: top; > width: 9em; > white-space: normal; > } >-- >2.20.1
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