diff options
| author | Stephen Blott | 2016-04-25 10:04:27 +0100 |
|---|---|---|
| committer | Stephen Blott | 2016-04-25 10:06:11 +0100 |
| commit | 6066364d4c331b89cf2b4f6d2a5cf11a3c2bbe3f (patch) | |
| tree | a3b7daefaaa2e44370f2dcfcbf0bef5e2adeb650 | |
| parent | 5866a01b9570f93c79340dac796226ac88211d3c (diff) | |
| download | vimium-6066364d4c331b89cf2b4f6d2a5cf11a3c2bbe3f.tar.bz2 | |
Help dialog; reposition close button.
| -rw-r--r-- | content_scripts/vimium.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/content_scripts/vimium.css b/content_scripts/vimium.css index 7f7d2be4..79155cf6 100644 --- a/content_scripts/vimium.css +++ b/content_scripts/vimium.css @@ -253,10 +253,10 @@ div#vimiumHelpDialog a.closeButton { font-weight:bold; color:#555; text-decoration:none; - font-size:20px; + font-size:24px; position: relative; - top: -12px; - right: -10px; + top: 3px; + padding-left: 5px; } div#vimiumHelpDialog a { text-decoration: underline; |
