Bugzilla – Attachment 6761 Details for
Bug 7135
in addbiblio, make save button floating to have it on always on screen
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Signed off follow up fix for patch.
0001-Bug-7135-in-addbiblio-make-save-button-floating-to-h.patch (text/plain), 1.52 KB, created by
Duncan
on 2011-12-13 20:58:16 UTC
(
hide
)
Description:
Signed off follow up fix for patch.
Filename:
MIME Type:
Creator:
Duncan
Created:
2011-12-13 20:58:16 UTC
Size:
1.52 KB
patch
obsolete
>From 3d2645b8d470b11ac03e21889545adb35045a9de Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Tue, 13 Dec 2011 14:37:32 -0500 >Subject: [PATCH] Bug 7135 - in addbiblio, make save button floating to have > it on always on screen > >Follow-up fix corrects z-index of toolbar so that "More" menu >is not hidden behind it. >--- > .../prog/en/lib/jquery/plugins/jquery.fixFloat.js | 7 ++++--- > 1 files changed, 4 insertions(+), 3 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/lib/jquery/plugins/jquery.fixFloat.js b/koha-tmpl/intranet-tmpl/prog/en/lib/jquery/plugins/jquery.fixFloat.js >index 9fb63e0..0a6fde0 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/lib/jquery/plugins/jquery.fixFloat.js >+++ b/koha-tmpl/intranet-tmpl/prog/en/lib/jquery/plugins/jquery.fixFloat.js >@@ -26,7 +26,6 @@ > tbh.width(tbh.width()); > tbh.css({'position':'absolute'}); > } >- tbh.css({'z-index':1000}); > > if(options.enabled){ > $(window).scroll(function(){ >@@ -48,7 +47,8 @@ > if(fixMe){ > var cssObj = { > 'position' : 'fixed', >- 'top' : '0px' >+ 'top' : '0px', >+ 'z-index' : '1000' > } > tbh.css(cssObj); > tbh.addClass("floating"); >@@ -56,7 +56,8 @@ > if(repositionMe){ > var cssObj = { > 'position' : 'absolute', >- 'top' : originalOffset >+ 'top' : originalOffset, >+ 'z-index' : '1' > } > tbh.css(cssObj); > tbh.removeClass("floating"); >-- >1.7.5.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 7135
:
6167
|
6626
|
6627
|
6760
| 6761