diff options
author | Einar Egilsson | 2009-10-08 11:41:58 +0000 |
---|---|---|
committer | Einar Egilsson | 2009-10-08 11:41:58 +0000 |
commit | 18628591d8bad26265a5a16055285b50e0184b11 (patch) | |
tree | 68f3f4df517155bc080be94fbc847929812d3d22 /chrome/skin/redirector.css | |
parent | fa392246ec57c59614e02645aa0fe74a0bd71ac7 (diff) |
Tooltips and accesskeys
git-svn-id: http://einaregilsson.googlecode.com/svn/mozilla/redirector/trunk@257 119bf307-c92d-0410-89bd-8f53e6181181
Diffstat (limited to 'chrome/skin/redirector.css')
-rw-r--r-- | chrome/skin/redirector.css | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/chrome/skin/redirector.css b/chrome/skin/redirector.css index 2d1bf71..c39905b 100644 --- a/chrome/skin/redirector.css +++ b/chrome/skin/redirector.css @@ -1,6 +1,7 @@ /* $Id$ */
.disabledRedirect { color:grey; }
-.redirectListItem { border-bottom:dotted 1px grey; }
+#lstRedirects richlistitem { border-bottom:dotted 1px grey; padding:3px; }
.redirectRows > row > label { font-weight:bold;}
-.editRedirects > row > textbox { width: 350px; }
\ No newline at end of file +.editRedirects > row > textbox { width: 350px; }
+#redirectorSettings > tabbox { margin:4px; }
\ No newline at end of file |