diff options
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"> |
