diff options
author | Einar Egilsson | 2011-09-04 22:53:16 +0200 |
---|---|---|
committer | Einar Egilsson | 2011-09-04 22:53:16 +0200 |
commit | 4b612baf4f29178214edec130856d83a40bf473d (patch) | |
tree | 20e36e3fcf7a24e829640c2fd605622f14af0edc /chrome/ui/skin/redirector.css | |
parent | 8fb65cf8aeaaf66636698310c0168929fc1a2ce0 (diff) |
Total restructuring of files and deletion of old files
Diffstat (limited to 'chrome/ui/skin/redirector.css')
-rw-r--r-- | chrome/ui/skin/redirector.css | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/chrome/ui/skin/redirector.css b/chrome/ui/skin/redirector.css deleted file mode 100644 index ff9762e..0000000 --- a/chrome/ui/skin/redirector.css +++ /dev/null @@ -1,15 +0,0 @@ -/* $Id$ */ - -.disabledRedirect { color:grey; } -#lstRedirects richlistitem { border-bottom:dotted 1px grey; padding:3px; } -.redirectRows > row > label { font-weight:bold;} -.editRedirects > row > textbox { width: 350px; } -#redirectorSettings > tabbox { margin:4px; } -#btnUp { list-style-image: url('chrome://redirector/skin/moveup.png'); } -#btnDown { list-style-image: url('chrome://redirector/skin/movedown.png'); } -#btnUp[disabled=true] { list-style-image: url('chrome://redirector/skin/moveupdisabled.png'); } -#btnDown[disabled=true] { list-style-image: url('chrome://redirector/skin/movedowndisabled.png'); } - -#btnUp, #btnDown { width:25px; min-width:25px; } -#lblExport, #lblImport { padding-top:5px; } -#grpImportExport { padding-top:10px; padding-left:5px;}
\ No newline at end of file |