From: Antonio Ospite Date: Sun, 12 Feb 2012 10:27:53 +0000 (+0100) Subject: Adjust z-index for the Direct Download link X-Git-Tag: 0.4~7 X-Git-Url: https://git.ao2.it/GM_direct_download_links.git/commitdiff_plain/ebd70196b310e0f1c8d4d7b5e6f1686dc835651b Adjust z-index for the Direct Download link Signed-off-by: Antonio Ospite --- diff --git a/direct_download_links.user.js b/direct_download_links.user.js index 8253247..89fa057 100644 --- a/direct_download_links.user.js +++ b/direct_download_links.user.js @@ -212,6 +212,7 @@ function _add_link(e) { style += ' border: 2px solid red;' style += ' float: right; font-size: large;'; style += ' padding: .5em; margin: 1em;' + style += ' position: relative; z-index: 1000;' download_link.setAttribute('style', style); destination.insertBefore(download_link, destination.firstChild);