Bugzilla – Attachment 85185 Details for
Bug 22351
SCSS conversion broke style on last checked out information
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 22351: SCSS conversion broke style on last checked out information
Bug-22351-SCSS-conversion-broke-style-on-last-chec.patch (text/plain), 1.21 KB, created by
Pierre-Marc Thibault
on 2019-02-15 18:58:32 UTC
(
hide
)
Description:
Bug 22351: SCSS conversion broke style on last checked out information
Filename:
MIME Type:
Creator:
Pierre-Marc Thibault
Created:
2019-02-15 18:58:32 UTC
Size:
1.21 KB
patch
obsolete
>From 811c3364ff76dc8efcb33dbe6dbdb6a5143995e5 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Fri, 15 Feb 2019 16:12:22 +0000 >Subject: [PATCH] Bug 22351: SCSS conversion broke style on last checked out > information > >This patch makes a minor change to the staff client SCSS to correct an >error which happened in the SCSS conversion. > >To test, apply the patch and regenerate the staff client CSS. Check out >an item to a patron. The box showing information about the item you just >checked out should be flush with the checkout form box. > >Signed-off-by: Pierre-Marc Thibault <pierre-marc.thibault@inLibro.com> >--- > 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 e1c9d0a..266b4c3 100644 >--- a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss >+++ b/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss >@@ -890,7 +890,7 @@ fieldset { > } > } > >- .lastchecked { >+ &.lastchecked { > border-bottom-left-radius: 0; > border-bottom-right-radius: 0; > border-bottom-width: 0; >-- >2.7.4
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 22351
:
85182
|
85185
|
85200