diff options
| author | Stephen Blott | 2015-02-15 16:48:24 +0000 |
|---|---|---|
| committer | Stephen Blott | 2015-02-15 16:48:24 +0000 |
| commit | e75e99f4ed9026111649493ff85f34d1cc3e7f05 (patch) | |
| tree | 10c61f68a458b3552f76e1ed5f2c67bd8062ece1 /pages/options.html | |
| parent | 20c952fe6c4ede0fe7c3e90dbb5c88d3f4a7380c (diff) | |
| download | vimium-e75e99f4ed9026111649493ff85f34d1cc3e7f05.tar.bz2 | |
Move "show-advanced-options" to a button.
Diffstat (limited to 'pages/options.html')
| -rw-r--r-- | pages/options.html | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/pages/options.html b/pages/options.html index 889d5ea0..777d514a 100644 --- a/pages/options.html +++ b/pages/options.html @@ -66,9 +66,6 @@ b: http://b.com/?q=%s description <textarea id="searchEngines"></textarea> </td> </tr> - <tr> - <td colspan="2"><a href="#" id="advancedOptionsLink">Show advanced options…</a></td> - </tr> <tbody id='advancedOptions'> <tr> <td class="caption">Scroll step size</td> @@ -246,12 +243,13 @@ b: http://b.com/?q=%s description <tr> <td id="footerTableData"> <span id="helpText"> - Type <strong>?</strong> to show the Vimium help dialog. + Type <strong>?</strong> to show the help dialog. <br/> Type <strong>Ctrl-Enter</strong> to save <i>all</i> options. </span> </td> - <td id="saveOptionsTableData"> + <td id="saveOptionsTableData" nowrap> + <button id="advancedOptionsButton">Show Advanced Options</button> <button id="saveOptions" disabled="true">No Changes</button> </td> </tr> |
