diff options
| author | Stephen Blott | 2014-08-23 19:02:23 +0100 | 
|---|---|---|
| committer | Stephen Blott | 2014-08-23 19:02:23 +0100 | 
| commit | 2f786a62ad36631c4dc1a75595b41d61281727dc (patch) | |
| tree | 7dd8987fd79131a399a82dd61e7267a176bfa369 /pages/popup.html | |
| parent | 4dd09f77141b01d2ce99866cb52efc985f4f18a4 (diff) | |
| download | vimium-2f786a62ad36631c4dc1a75595b41d61281727dc.tar.bz2 | |
Allow passing of keys to the underlying page (slight reformatting of page popup).
Diffstat (limited to 'pages/popup.html')
| -rw-r--r-- | pages/popup.html | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/pages/popup.html b/pages/popup.html index 8ccf7126..89f1f02a 100644 --- a/pages/popup.html +++ b/pages/popup.html @@ -6,14 +6,14 @@          padding: 0px;        } -      #vimiumPopup { width: 300px; } +      #vimiumPopup { width: 500px; }        #excludeControls {          padding: 10px;        }        #popupInput { -        width: 160px; +        width: 330px;        }        #excludeConfirm { @@ -54,7 +54,7 @@        <div id="excludeControls">          <input id="popupInput" type="text" />          <input id="popupButton" type="button" value="Exclude URL" /> -        <span id="excludeConfirm">Saved exclude pattern.</span> +        <span id="excludeConfirm">Saved.</span>        </div>        <div id="popupMenu">  | 
