diff options
| author | Stephen Blott | 2014-12-21 11:10:40 +0000 | 
|---|---|---|
| committer | Stephen Blott | 2014-12-21 11:10:40 +0000 | 
| commit | eb5750642c54e4c6ad6e12d348f0ce3d40bac0e1 (patch) | |
| tree | da47f63ff57f2e132d6296916926bf3ba41c1c0f /pages/popup.html | |
| parent | 1602338bbde44f1e38a6bf09c57cef51b7939a59 (diff) | |
| download | vimium-eb5750642c54e4c6ad6e12d348f0ce3d40bac0e1.tar.bz2 | |
Exclusion; highlight mismatched patterns.
Diffstat (limited to 'pages/popup.html')
| -rw-r--r-- | pages/popup.html | 11 | 
1 files changed, 8 insertions, 3 deletions
diff --git a/pages/popup.html b/pages/popup.html index 2e59d471..0b4de131 100644 --- a/pages/popup.html +++ b/pages/popup.html @@ -25,9 +25,14 @@        #endSpace, #footerWrapper { width: 450px; }        #footerWrapper { margin-left: 0px; } +        /* Make exclusionScrollBox smaller than on the options page, because there are likely to be fewer -         matching rules, and the popup obscures the underlying page. */ -      #exclusionScrollBox { max-height: 124px; } +         matching rules, and the popup obscures the underlying page. +       */ +      #exclusionScrollBox { +        max-height: 124px; +        min-height: 124px; +      }        #endSpace { /* Leave space for the fixed footer. */          min-height: 46px; @@ -70,7 +75,7 @@                  <button id="saveOptions" disabled="true">No Changes</button>                  <button id="exclusionAddButton">Add Rule</button>                  <br/> -                <span> <a id="optionsLink" target="_blank">Vimium Options</a>.</span> +                <span> <a id="optionsLink" target="_blank">Vimium Options</a></span>                </span>              </td>            </tr>  | 
