aboutsummaryrefslogtreecommitdiffstats
path: root/pages/options.html
diff options
context:
space:
mode:
authorStephen Blott2014-11-01 09:05:02 +0000
committerStephen Blott2014-11-01 09:05:02 +0000
commit104ed75f388815550bf42c6cf29db38461b622e2 (patch)
tree3884cbdb57553282cb707e79abf41c8991ce2588 /pages/options.html
parent7ae928817073d0ea3c661fcb7808a302a203df78 (diff)
downloadvimium-104ed75f388815550bf42c6cf29db38461b622e2.tar.bz2
Remove "Restore to defaults" button.
And line up main frame with the first two columns of the main options table.
Diffstat (limited to 'pages/options.html')
-rw-r--r--pages/options.html11
1 files changed, 3 insertions, 8 deletions
diff --git a/pages/options.html b/pages/options.html
index ece4df7a..1b2e9c56 100644
--- a/pages/options.html
+++ b/pages/options.html
@@ -19,7 +19,7 @@
}
a, a:visited { color: #15c; }
a:active { color: #052577; }
- div#wrapper { width: 500px; }
+ div#wrapper { width: 538px; }
header {
font-size: 18px;
font-weight: normal;
@@ -142,10 +142,8 @@
#buttonsPanel { width: 100%; }
#advancedOptions { display: none; }
#advancedOptionsLink { line-height: 24px; }
- #buttonContainer { float: right; }
- #buttonContainer button:last-child {
- margin-right: 0;
- }
+ #saveOptions { float: right; }
+ #saveOptions { margin-right: 0; }
#showHelpDialogMessage { width: 100%; }
.help {
position: absolute;
@@ -406,10 +404,7 @@ unmapAll
<div id="buttonsPanel">
<a href="#" id="advancedOptionsLink">Show advanced options&hellip;</a>
- <div id="buttonContainer">
- <button id="restoreSettings">Restore to Defaults</button>
<button id="saveOptions" disabled="true">Save Options</button>
- </div>
</div>
<br/>