Bugzilla – Attachment 87555 Details for
Bug 21943
Clean up holds template
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 21943: (follow-up) Fix float error with sidebar menu
Bug-21943-follow-up-Fix-float-error-with-sidebar-m.patch (text/plain), 1.35 KB, created by
Katrin Fischer
on 2019-04-08 21:21:12 UTC
(
hide
)
Description:
Bug 21943: (follow-up) Fix float error with sidebar menu
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2019-04-08 21:21:12 UTC
Size:
1.35 KB
patch
obsolete
>From f485fbb1511dc22ce547139b5f4a01bb6b96aac9 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Mon, 11 Mar 2019 13:41:49 +0000 >Subject: [PATCH] Bug 21943: (follow-up) Fix float error with sidebar menu > >This patch makes a minor change to the staff client CSS to fix a float >clearing problem when the <main> element contains only a floated element >like <fieldset>. It is a global change, but shouldn't cause unwanted >effects because a non-clearing <main> isn't used in any >float-dependent layouts. > >To test, apply the patch and regenerate the staff client CSS. View the >place hold screen and confirm that the sidebar menu looks correct at >narrower browser widths. > >Signed-off-by: Liz Rea <wizzyrea@gmail.com> > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss | 6 ++++++ > 1 file changed, 6 insertions(+) > >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 61b26051d0..2844424e29 100644 >--- a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss >+++ b/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss >@@ -239,6 +239,12 @@ button { > } > > main { >+ &::after { >+ clear: both; >+ content: " "; >+ display: table; >+ } >+ > .yui-b { > fieldset { > &.brief { >-- >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 21943
:
82847
|
86305
|
86454
|
87533
|
87534
|
87554
| 87555