aboutsummaryrefslogtreecommitdiff
path: root/chrome/content/ui/editRedirect.xul
diff options
context:
space:
mode:
authorEinar Egilsson2009-10-08 08:03:15 +0000
committerEinar Egilsson2009-10-08 08:03:15 +0000
commitfa392246ec57c59614e02645aa0fe74a0bd71ac7 (patch)
treec6bde6f2f9878cf83253c1338e4e0163eeccd94d /chrome/content/ui/editRedirect.xul
parent756a6c22bbed654423bb4976e95968cff4fee49d (diff)
UI refactoring and added skin
git-svn-id: http://einaregilsson.googlecode.com/svn/mozilla/redirector/trunk@256 119bf307-c92d-0410-89bd-8f53e6181181
Diffstat (limited to 'chrome/content/ui/editRedirect.xul')
-rw-r--r--chrome/content/ui/editRedirect.xul13
1 files changed, 7 insertions, 6 deletions
diff --git a/chrome/content/ui/editRedirect.xul b/chrome/content/ui/editRedirect.xul
index 22d4a8d..a8531ea 100644
--- a/chrome/content/ui/editRedirect.xul
+++ b/chrome/content/ui/editRedirect.xul
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- $Id$ -->
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
+<?xml-stylesheet href="chrome://redirector/skin/redirector.css" type="text/css"?>
<!DOCTYPE dialog SYSTEM "chrome://redirector/locale/editRedirect.xul.dtd">
<dialog title="&redirectWindow.title;"
orient="vertical"
@@ -18,22 +19,22 @@
</stringbundleset>
<grid>
- <rows>
+ <rows class="editRedirects">
<row align="center">
- <text value="&txtExampleUrl.label;" style="margin-top:6px;"/>
- <textbox id="txtExampleUrl" style="width:400px;"/>
+ <text value="&txtExampleUrl.label;" />
+ <textbox id="txtExampleUrl" />
</row>
<row align="center">
- <text value="&txtIncludePattern.label;" style="margin-top:6px;"/>
+ <text value="&txtIncludePattern.label;" />
<textbox id="txtIncludePattern" taborder="1"/>
<button id="btnTestPattern" label="&btnTestPattern.label;" onclick="EditRedirect.testPattern();" taborder="2"/>
</row>
<row align="center">
- <text value="&txtExcludePattern.label;" style="margin-top:6px;"/>
+ <text value="&txtExcludePattern.label;" />
<textbox id="txtExcludePattern" taborder="3"/>
</row>
<row align="center">
- <text value="&txtRedirectUrl.label;" style="margin-top:6px;"/>
+ <text value="&txtRedirectUrl.label;" />
<textbox id="txtRedirectUrl" taborder="4"/>
</row>
<row align="center">