Bugzilla – Attachment 117622 Details for
Bug 26959
Reindent batch item modification template
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 26959: (follow-up) Fix CSS for column selection labels
Bug-26959-follow-up-Fix-CSS-for-column-selection-l.patch (text/plain), 1.27 KB, created by
Owen Leonard
on 2021-03-03 18:01:09 UTC
(
hide
)
Description:
Bug 26959: (follow-up) Fix CSS for column selection labels
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2021-03-03 18:01:09 UTC
Size:
1.27 KB
patch
obsolete
>From de2279632935034947b563d45a8768449c338ad4 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Wed, 3 Mar 2021 17:53:47 +0000 >Subject: [PATCH] Bug 26959: (follow-up) Fix CSS for column selection labels > >This patch modifies the staff interface SCSS in order to fix the display >of column selection checkbox labels on the batch item modification page. >Even though the style of the elements defines the "white-space" as >"nowrap," adding whitespace within the element (as was done to correct >indentation) still created problems. > >Changing the display property of the elements to "inline-block" corrects >this. >--- > koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss | 2 +- > 1 file changed, 1 insertion(+), 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 b1db2c9db8..f596246f34 100644 >--- a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss >+++ b/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss >@@ -3486,8 +3486,8 @@ progress { > span { > background-color: #EBF3FF; > border-radius: 5px; >+ display: inline-block; > font-size: 75%; >- line-height: 240%; > margin: 3px; > padding: 3px; > white-space: nowrap; >-- >2.11.0
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 26959
:
113263
|
113264
|
116264
|
116265
|
117286
|
117287
|
117415
|
117416
| 117622