diff options
| author | Phil Crosby | 2012-02-15 14:59:19 -0800 |
|---|---|---|
| committer | Phil Crosby | 2012-02-15 14:59:19 -0800 |
| commit | 33cafa45dbcc54cb55c9369e1a7bf83708b6c31b (patch) | |
| tree | 7fa1c0eb68c0f134bab169d911330db986a5304a /options.html | |
| parent | 157bf9163166f9b8b8a78321cf69217cd1975f9c (diff) | |
| download | vimium-33cafa45dbcc54cb55c9369e1a7bf83708b6c31b.tar.bz2 | |
Tidy up the options page.
Diffstat (limited to 'options.html')
| -rw-r--r-- | options.html | 33 |
1 files changed, 18 insertions, 15 deletions
diff --git a/options.html b/options.html index 4ca2dbda..3dc34917 100644 --- a/options.html +++ b/options.html @@ -31,6 +31,7 @@ } td { padding:5px 0; + padding-bottom: 8px; } td#mappingsHelp { padding:20px 0; @@ -287,11 +288,26 @@ </td> </tr> <tr class="advancedOption"> + <td class="caption"></td> + <td verticalAlign="top" class="booleanOption"> + <div class="help"> + <div class="example"> + The Heads-Up Display appears when typing into text boxes. + </div> + </div> + <label> + <input id="hideHud" type="checkbox"/> + Hide the Heads Up Display (HUD) + </label> + </td> + </tr> + <tr class="advancedOption"> <td class="caption">Previous Patterns</td> <td verticalAlign="top"> <div class="help"> <div class="example"> - Vimium will match against these patterns to navigate to a 'previous' page. + Vimium will match against these patterns when using the "navigate to the previous page" + command. </div> </div> <input id="previousPatterns" type="text" style="width:320px" /> @@ -302,25 +318,12 @@ <td verticalAlign="top"> <div class="help"> <div class="example"> - Vimium will match against these patterns to navigate to a 'next' page. + Vimium will match against these patterns when using the "navigate to the next page" command. </div> </div> <input id="nextPatterns" type="text" style="width:320px" /> </td> </tr> - <tr class="advancedOption"> - <td class="caption">Hide HUD notifications</td> - <td verticalAlign="top" class="booleanOption"> - <label> - <div class="help"> - <div class="example"> - Hide the notification HUD that appears on the bottom of the screen. - </div> - </div> - <input id="hideHud" type="checkbox"/> - </label> - </td> - </tr> </table> <div id="buttonsPanel"> |
