From 7eb6971dc0a4e7097bbc2adf3885e10640faec66 Mon Sep 17 00:00:00 2001 From: Phil Crosby Date: Sun, 17 Jan 2010 23:44:30 -0800 Subject: Make the save button disabled, enable it when a change is made, and then disable it again upon saving. --- options.html | 53 +++++++++++++++++++++++++++++++++-------------------- 1 file changed, 33 insertions(+), 20 deletions(-) (limited to 'options.html') diff --git a/options.html b/options.html index d349ce63..588943cc 100644 --- a/options.html +++ b/options.html @@ -18,9 +18,6 @@ td { padding:5px 0; } - button#saveSettings { - margin-top:20px; - } textarea#excludedUrls { width:450px; min-height:100px; @@ -34,21 +31,32 @@ width:1px; white-space:nowrap; } + #buttonsPanel { + /* This should match the width of #excludedUrls */ + width:450px; + text-align:right; + margin-top:18px; + } - -
-| Scroll Step Size | @@ -100,9 +112,10 @@
-- cgit v1.2.3