diff options
| author | Stephen Blott | 2017-04-21 10:33:08 +0100 | 
|---|---|---|
| committer | Stephen Blott | 2017-04-21 10:33:19 +0100 | 
| commit | 20b039c2b5910718a1bb4e76f32f68fad0ac890a (patch) | |
| tree | 8d5b1477cf49c18c28945333b4befce523a1eb61 | |
| parent | 8359488e8f3255a57d0f8241790cf6921826f1be (diff) | |
| download | vimium-20b039c2b5910718a1bb4e76f32f68fad0ac890a.tar.bz2 | |
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.
| -rw-r--r-- | pages/options.css | 2 | ||||
| -rw-r--r-- | pages/popup.html | 1 | 
2 files changed, 1 insertions, 2 deletions
| 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 */ | 
