From 97ff152140acacc7c01d98823390ea4c76653b10 Mon Sep 17 00:00:00 2001 From: Phil Crosby Date: Sat, 26 Nov 2011 18:59:53 -0800 Subject: Make the preferences UI for the new link filtering mode look nicer. --- options.html | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/options.html b/options.html index 7b1d77bc..26d41aa4 100644 --- a/options.html +++ b/options.html @@ -18,12 +18,13 @@ border:1px solid red; } .example { - font-size:80%; + font-size: 12px; color:#555; margin-left:20px; } .caption { margin-right:10px; + min-width: 130px; } td { padding:5px 0; @@ -75,6 +76,8 @@ background-color: #eee; color: #666; } + /* Boolean options have a tighter form representation than text options. */ + td.booleanOption { font-size: 12px; }