diff options
| author | Natalie Perna | 2014-07-29 19:36:59 -0400 | 
|---|---|---|
| committer | Natalie Perna | 2014-07-29 19:36:59 -0400 | 
| commit | 0c3523da2972a58d01aa0530a9941e8f6b45cbee (patch) | |
| tree | 69f9e2a642bf3248f476d88a4ac0c7b388198c81 | |
| parent | 974db9828c293d762b5b3eca5ba326566de0b624 (diff) | |
| download | vimium-0c3523da2972a58d01aa0530a9941e8f6b45cbee.tar.bz2 | |
Replaced help dialog close button with ×
| -rw-r--r-- | content_scripts/vimium.css | 4 | ||||
| -rw-r--r-- | 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. -->    <div id="vimiumHelpDialog" class="vimiumReset">    <a class="vimiumReset optionsPage" href="#">Options</a> -  <a class="vimiumReset closeButton" href="#">x</a> +  <a class="vimiumReset closeButton" href="#">×</a>    <div id="vimiumTitle" class="vimiumReset"><span class="vimiumReset" style="color:#2f508e">Vim</span>ium {{title}}</div>    <div class="vimiumReset vimiumColumn">      <table class="vimiumReset"> | 
