diff options
author | Einar Egilsson | 2009-10-08 08:03:15 +0000 |
---|---|---|
committer | Einar Egilsson | 2009-10-08 08:03:15 +0000 |
commit | fa392246ec57c59614e02645aa0fe74a0bd71ac7 (patch) | |
tree | c6bde6f2f9878cf83253c1338e4e0163eeccd94d /chrome/skin/redirector.css | |
parent | 756a6c22bbed654423bb4976e95968cff4fee49d (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/skin/redirector.css')
-rw-r--r-- | chrome/skin/redirector.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/chrome/skin/redirector.css b/chrome/skin/redirector.css new file mode 100644 index 0000000..2d1bf71 --- /dev/null +++ b/chrome/skin/redirector.css @@ -0,0 +1,6 @@ +/* $Id$ */
+
+.disabledRedirect { color:grey; }
+.redirectListItem { border-bottom:dotted 1px grey; }
+.redirectRows > row > label { font-weight:bold;}
+.editRedirects > row > textbox { width: 350px; }
\ No newline at end of file |