From 643e49aa3109b9a25b38ce5d6b59bb11bc6337b1 Mon Sep 17 00:00:00 2001 From: Stephen Blott Date: Fri, 5 Sep 2014 10:59:20 +0100 Subject: Structured passkeys; changes following code review; major rewrite of options. --- pages/options.html | 25 ++++++++++++++++++++----- 1 file changed, 20 insertions(+), 5 deletions(-) (limited to 'pages/options.html') diff --git a/pages/options.html b/pages/options.html index b0ae8fd5..fb904316 100644 --- a/pages/options.html +++ b/pages/options.html @@ -6,7 +6,6 @@ - @@ -175,9 +174,10 @@ border-top: 1px solid #eee; } /* Ids and classes for rendering exclusionRules */ - #exclusionScroll { + #exclusionScrollBox { overflow: scroll; overflow-x: hidden; + overflow-y: auto; height: 225px; border: 1px solid #bfbfbf; border-radius: 2px; @@ -193,6 +193,11 @@ .passKeys { width: 120px; } + #exclusionAddButton { + float: right; + margin-top: 5px; + margin-right: 0px; + } @@ -216,15 +221,25 @@

- The left column contains URL patterns. Vimium will be wholly or partially disabled for URLs matching these patterns. Patterns are Javascript regular expressions. Additionally, the symbox "*" matches any zero or more characters. + The left column contains URL patterns. Vimium will be wholly or partially disabled for URLs matching these patterns. Patterns are Javascript regular expressions. Additionally, the character "*" matches any zero or more characters.

The right column contains keys which Vimium would would normally handle, but should instead be passed through to the underlying web page (for pages matching the corresponding pattern). If empty, then Vimium is wholly disabled.

-
-
+
+
+
+ +
+
-- cgit v1.2.3