From 4d4b8888b9c6c5ff848a6dc857fed66d389ebd66 Mon Sep 17 00:00:00 2001 From: Caleb Spare Date: Mon, 20 Aug 2012 04:00:21 -0700 Subject: [Options] Make width settings uniform. --- options/options.html | 240 +++++++++++++++++++++++++-------------------------- 1 file changed, 120 insertions(+), 120 deletions(-) diff --git a/options/options.html b/options/options.html index a1ab4a26..f4264331 100644 --- a/options/options.html +++ b/options/options.html @@ -13,16 +13,17 @@ font: 14px "DejaVu Sans", "Arial", sans-serif; color: #303942; width: 680px; - margin: 10px auto; + margin: 0 auto; } a, a:visited { color: #15c; } a:active { color: #052577; } + div#wrapper { width: 500px; } header { font-size: 18px; font-weight: normal; border-bottom: 1px solid #eee; padding: 20px 0 15px 0; - width: 495px; + width: 100%; } button { -webkit-user-select: none; @@ -79,9 +80,10 @@ resize: vertical; } table { + width: 100%; font-size: 14px; position: relative; - border-spacing: 0 25px; + border-spacing: 0 23px; } .example { font-size: 12px; @@ -107,7 +109,7 @@ } textarea#excludedUrls { margin-top: 5px; - width: 490px; + width: 100%; min-height: 100px; } textarea#userDefinedLinkHintCss { @@ -130,17 +132,13 @@ width: 1px; white-space: nowrap; } - #buttonsPanel { - /* This should match the width of #excludedUrls + 5px of padding to move the buttons to the right. */ - width: 495px; - } + #buttonsPanel { width: 100%; } #advancedOptions { line-height: 24px; } - #buttonContainer { - float: right; - } - #showHelpDialogMessage { - width: 495px; + #buttonContainer { float: right; } + #buttonContainer button:last-child { + margin-right: 0; } + #showHelpDialogMessage { width: 100%; } .help { position: absolute; right: -320px; @@ -179,136 +177,138 @@
-| Scroll step size | -- px - | -||||||||||||||||||||||||||||||
|
- Excluded URLs +
+
|
+ |||||||||||||||||||||||||||||||
| Previous Patterns | +
+
+
+
+
+ Vimium will match against these patterns when using the "navigate to the previous page"
+ command.
+
+ |
+ ||||||||||||||||||||||||||||||
| Next Patterns | +
+
+
+
+
+ Vimium will match against these patterns when using the "navigate to the next page" command.
+
+ |
+ ||||||||||||||||||||||||||||||