projects
/
GM_direct_download_links.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
516bf73
)
Adjust z-index for the Direct Download link
author
Antonio Ospite <ospite@studenti.unina.it>
Sun, 12 Feb 2012 10:27:53 +0000
(11:27 +0100)
committer
Antonio Ospite <ospite@studenti.unina.it>
Sun, 12 Feb 2012 10:28:42 +0000
(11:28 +0100)
Signed-off-by: Antonio Ospite <ospite@studenti.unina.it>
direct_download_links.user.js
patch
|
blob
|
history
diff --git
a/direct_download_links.user.js
b/direct_download_links.user.js
index
8253247
..
89fa057
100644
(file)
--- 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);