From ebd70196b310e0f1c8d4d7b5e6f1686dc835651b Mon Sep 17 00:00:00 2001 From: Antonio Ospite Date: Sun, 12 Feb 2012 11:27:53 +0100 Subject: [PATCH] Adjust z-index for the Direct Download link Signed-off-by: Antonio Ospite --- direct_download_links.user.js | 1 + 1 file changed, 1 insertion(+) 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); -- 2.1.4