From 0c3523da2972a58d01aa0530a9941e8f6b45cbee Mon Sep 17 00:00:00 2001 From: Natalie Perna Date: Tue, 29 Jul 2014 19:36:59 -0400 Subject: Replaced help dialog close button with × --- content_scripts/vimium.css | 4 ++-- pages/help_dialog.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/content_scripts/vimium.css b/content_scripts/vimium.css index acfc806c..a63fc3a5 100644 --- a/content_scripts/vimium.css +++ b/content_scripts/vimium.css @@ -175,14 +175,14 @@ div#vimiumHelpDialog div.advanced { display: none; } div#vimiumHelpDialog div.advanced td:nth-of-type(3) { color: #555; } div#vimiumHelpDialog a.closeButton { position:absolute; - right:10px; + right:7px; top:5px; font-family:"courier new"; font-weight:bold; color:#555; text-decoration:none; padding-left:10px; - font-size:16px; + font-size:20px; } div#vimiumHelpDialog a { text-decoration: underline; diff --git a/pages/help_dialog.html b/pages/help_dialog.html index 2a69ea03..0884f2cd 100644 --- a/pages/help_dialog.html +++ b/pages/help_dialog.html @@ -7,7 +7,7 @@ page with the up-to-date key bindings when the dialog is shown. -->