diff options
| author | Stephen Blott | 2014-12-21 11:49:13 +0000 | 
|---|---|---|
| committer | Stephen Blott | 2014-12-21 11:49:13 +0000 | 
| commit | 98fd49a6cfe660c363aecb6ebe0a4cb69342808d (patch) | |
| tree | ac8c87e7a38bbea43703a8eda321abef0779ed56 /pages/popup.html | |
| parent | eb5750642c54e4c6ad6e12d348f0ce3d40bac0e1 (diff) | |
| download | vimium-98fd49a6cfe660c363aecb6ebe0a4cb69342808d.tar.bz2 | |
Exclusion; show state.
Diffstat (limited to 'pages/popup.html')
| -rw-r--r-- | pages/popup.html | 26 | 
1 files changed, 15 insertions, 11 deletions
diff --git a/pages/popup.html b/pages/popup.html index 0b4de131..370751ff 100644 --- a/pages/popup.html +++ b/pages/popup.html @@ -7,12 +7,12 @@          padding: 0px;        } -      #helpText, #optionsLink { +      #helpText, #optionsLink, #state {          font-family : "Helvetica Neue", "Helvetica", "Arial", sans-serif;          font-size: 12px;        } -      #helpText { color: #979ca0; } +      #helpText, #stateLine { color: #979ca0; }        #exclusionAddButton { width: 80px; }        #saveOptions { @@ -67,16 +67,20 @@      <div id="footer">        <div id="footerWrapper"> -        <table id="footerTable"> +        <table>            <tr> -            <td id="footerTableData"> -              <span> -                <span id="helpText">These are the matching rules for this page.</span> -                <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> +            <td id="stateLine" style="width: 99%"> +              <span id="state"></span> +              <br/> +              <span id="helpText">These are the matching rules for this page.</span> +              <br/> +              <span> <a id="optionsLink" target="_blank">Options</a></span> +            </td> +            <td valign="top"> +              <button id="exclusionAddButton">Add Rule</button> +            </td> +            <td valign="top"> +              <button id="saveOptions" disabled="true">No Changes</button>              </td>            </tr>          </table>  | 
