diff options
author | Einar Egilsson | 2012-01-07 21:27:53 +0100 |
---|---|---|
committer | Einar Egilsson | 2012-01-07 21:27:53 +0100 |
commit | a6ad02719937752409211db0d410eb125672837d (patch) | |
tree | 960431096c45e75189d5f1cd766dd4f9afd21cd5 /chrome/redirector.html | |
parent | c2c8baf9da4e4e564a166c122895ab8ea5029dc3 (diff) |
XPCOM fixes + CRUD
Diffstat (limited to 'chrome/redirector.html')
-rw-r--r-- | chrome/redirector.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/redirector.html b/chrome/redirector.html index 54676f1..8af747e 100644 --- a/chrome/redirector.html +++ b/chrome/redirector.html @@ -25,14 +25,14 @@ </div> </li> </ul> - <div id="config"> + <div id="config" class="dialog"> <h2>Configuration</h2> <input type="checkbox" id="enable-redirector" data-pref="enabled" /><label>Enabled</label> <input type="checkbox" id="show-status-bar-icon" data-pref="showStatusBarIcon"/><label>Statusbar icon</label> <input type="checkbox" id="show-context-menu" data-pref="showContextMenu"/><label>Context menu</label> <input type="checkbox" id="enable-debug-output" data-pref="debugEnabled"/><label>Debug output</label> </div> - <div id="redirect-form"> + <div id="redirect-form" class="dialog"> <div> <label>Description</label> <input type="text" id="description" /> |