Bugzilla – Attachment 51548 Details for
Bug 16400
Proposal to uniform the placement of submit buttons
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[SIGNED-OFF] Bug 16400: Reintroduce the floating class
SIGNED-OFF-Bug-16400-Reintroduce-the-floating-clas.patch (text/plain), 1.22 KB, created by
Owen Leonard
on 2016-05-16 18:19:22 UTC
(
hide
)
Description:
[SIGNED-OFF] Bug 16400: Reintroduce the floating class
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2016-05-16 18:19:22 UTC
Size:
1.22 KB
patch
obsolete
>From ae85e434c2d5fd459112d0d3b17f759e63806514 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Tue, 3 May 2016 15:03:38 +0100 >Subject: [PATCH] [SIGNED-OFF] Bug 16400: Reintroduce the floating class >Content-Type: text/plain; charset="utf-8" > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >--- > koha-tmpl/intranet-tmpl/lib/jquery/plugins/jquery.fixFloat.js | 2 ++ > 1 file changed, 2 insertions(+) > >diff --git a/koha-tmpl/intranet-tmpl/lib/jquery/plugins/jquery.fixFloat.js b/koha-tmpl/intranet-tmpl/lib/jquery/plugins/jquery.fixFloat.js >index fb9ffcf..f528cc9 100644 >--- a/koha-tmpl/intranet-tmpl/lib/jquery/plugins/jquery.fixFloat.js >+++ b/koha-tmpl/intranet-tmpl/lib/jquery/plugins/jquery.fixFloat.js >@@ -51,12 +51,14 @@ > 'position': 'fixed', > 'top': '0' > }); >+ tbh.addClass("floating"); > } > if (repositionMe) { > tbh.css({ > 'position': 'absolute', > 'top': originalOffset > }); >+ tbh.removeClass("floating"); > } > }); > } >-- >2.1.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 16400
:
51043
|
51044
|
51144
|
51145
|
51449
|
51471
|
51517
|
51546
|
51547
|
51548
|
51549
|
51550
|
51551
|
51569
|
52765
|
52766
|
52767
|
52768
|
52769
|
52770