Bugzilla – Attachment 77976 Details for
Bug 21234
Remove our .clearfix class in favor of Bootstrap's
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 21234: Remove our .clearfix class in favor of Bootstrap's
Bug-21234-Remove-our-clearfix-class-in-favor-of-Bo.patch (text/plain), 1.48 KB, created by
Jonathan Druart
on 2018-08-17 13:19:23 UTC
(
hide
)
Description:
Bug 21234: Remove our .clearfix class in favor of Bootstrap's
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2018-08-17 13:19:23 UTC
Size:
1.48 KB
patch
obsolete
>From b5e13e428eb4513aa1bed7de7f4bc56706b92f51 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Thu, 16 Aug 2018 13:02:34 +0000 >Subject: [PATCH] Bug 21234: Remove our .clearfix class in favor of Bootstrap's > >This patch removes the ".clearfix" declaration from staff-global.scss so >that Bootstrap's built-in clearfix class will be used. > >To reproduce this issue, see Administration -> Currencies and exchange >rates. The table of currencies does not appear below the table buttons. > >Apply the patch and regenerate CSS >(https://wiki.koha-community.org/wiki/Working_with_SCSS_in_the_OPAC_and_staff_client). > >Clear the browser cache if necessary and reload the Currencies and >exchange rates page. The table should appear in the correct position. > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss | 12 ------------ > 1 file changed, 12 deletions(-) > >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 b17c6e4517..c90ba17c94 100644 >--- a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss >+++ b/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss >@@ -709,18 +709,6 @@ ol { > padding: 7px 0; > } > >-.clearfix { >- display: inline-block; >- >- &::after { >- clear: both; >- content: "."; >- display: block; >- height: 0; >- visibility: hidden; >- } >-} >- > #editions { > table, > td { >-- >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 21234
:
77922
|
77976
|
78047