From 20b039c2b5910718a1bb4e76f32f68fad0ac890a Mon Sep 17 00:00:00 2001 From: Stephen Blott Date: Fri, 21 Apr 2017 10:33:08 +0100 Subject: Firefox: Fix format of popup buttons. @mrmr1993: This is trivial fix for Firefox, so it doesn't warrant a PR. I'll mention you just to keep you up to date on commits like this, though. --- pages/options.css | 2 +- pages/popup.html | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'pages') diff --git a/pages/options.css b/pages/options.css index 3cf40d71..5e2a3dfc 100644 --- a/pages/options.css +++ b/pages/options.css @@ -227,7 +227,7 @@ input.pattern, input.passKeys, .exclusionHeaderText { #saveOptionsTableData { float: right; } -#saveOptions { +#saveOptions, #exclusionAddButton { white-space: nowrap; width: 110px; } diff --git a/pages/popup.html b/pages/popup.html index fdf116e5..eb41c3ae 100644 --- a/pages/popup.html +++ b/pages/popup.html @@ -13,7 +13,6 @@ } #helpText, #stateLine, #state { color: #979ca0; } - #exclusionAddButton { width: 80px; } #saveOptions { margin-top: 5px; /* Match #exclusionAddButton */ -- cgit v1.2.3