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 @@ -
Vimium options
- - - - - - - + + + + + + + + + +
Scroll step size - px -
- Excluded URLs
+
+
Vimium options
+ + + + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - - - - - - - - - + + + + - - - - + + + + - -
Scroll step size + px +
+ Excluded URLs
+
+
+ e.g. http*://mail.google.com/*
+ This will disable Vimium on Gmail.

+ Enter one URL per line.
+
+
+ +
Custom key
mappings
- e.g. http*://mail.google.com/*
- This will disable Vimium on Gmail.

- Enter one URL per line.
-
-
- -
Custom key
mappings
-
-
- - Enter commands to remap your keys. Available commands:
-
+                
+                Enter commands to remap your keys. Available commands:
+
 map j scrollDown
 unmap j
 unmapAll
 " this is a comment
 # this is also a comment
- Show available commands. + Show available commands. +
- - -
Characters used
for link hints
+ +
Characters used
for link hints
+
+
+ The characters placed next to each link after typing "F" to enter link hinting mode. +
+
+ +
CSS for link hints
- The characters placed next to each link after typing "F" to enter link hinting mode. + The CSS used to style the characters next to each link hint.

+ Note: these styles are used in addition to and take precedence over Vimium's + default styles.
- -
CSS for link hints -
-
- The CSS used to style the characters next to each link hint.

- Note: these styles are used in addition to and take precedence over Vimium's - default styles. -
-
- -
-
-
- After typing "F" to enter link hinting mode, this option lets you type the text of a link - to select it. -
-
- -
-
-
- The Heads-Up Display appears when typing into text boxes. -
-
- -
Previous Patterns + +
- Vimium will match against these patterns when using the "navigate to the previous page" - command. + After typing "F" to enter link hinting mode, this option lets you type the text of a link + to select it.
- -
Next Patterns + +
- Vimium will match against these patterns when using the "navigate to the next page" command. + The Heads-Up Display appears when typing into text boxes.
- -
+ +
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. +
+
+ +
-
- Show advanced options… -
- - +
+ Show advanced options… +
+ + +
-
-
+
- + +
-- cgit v1.2.3