aboutsummaryrefslogtreecommitdiffstats
path: root/vimiumFrontend.js
diff options
context:
space:
mode:
authorPhil Crosby2010-03-09 21:23:57 -0800
committerPhil Crosby2010-03-09 21:45:11 -0800
commite91458b21581c6041caa1b3d153cb592bb679c5d (patch)
treeadd17d736b360e82ea5c889726c84c29f6e3e2ef /vimiumFrontend.js
parent6b2986509e3b02f8195f8699ac3d30fde4d32ef5 (diff)
downloadvimium-e91458b21581c6041caa1b3d153cb592bb679c5d.tar.bz2
Move the close button in the upgrade message up by 2px.
Diffstat (limited to 'vimiumFrontend.js')
-rw-r--r--vimiumFrontend.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/vimiumFrontend.js b/vimiumFrontend.js
index a5b50e6a..80bc80f9 100644
--- a/vimiumFrontend.js
+++ b/vimiumFrontend.js
@@ -500,11 +500,13 @@ HUD = {
"}" +
".vimiumHUD a, .vimiumHUD a:hover { background-color: transparent; color: blue; }" +
".vimiumHUD .close-button {" +
+ "float:right;" +
"font-family:courier new;" +
"font-weight:bold;" +
"color:#9C9A9A;" +
"text-decoration:none;" +
"padding-left:10px;" +
+ "margin-top:-1px;" +
"font-size:14px;" +
"}" +
".vimiumHUD .close-button:hover {" +