-rw-r--r-- | NEWS.xml | 2 | ||||
-rw-r--r-- | content/fireflix.css | 13 | ||||
-rw-r--r-- | content/help.xml | 2 |
3 files changed, 8 insertions, 9 deletions
@@ -1,21 +1,21 @@ | |||
1 | <?xml version="1.0" encoding="us-ascii"?> | 1 | <?xml version="1.0" encoding="us-ascii"?> |
2 | <news> | 2 | <news> |
3 | <version version="0.0.4" date=""> | 3 | <version version="0.0.4" date=""> |
4 | <ni>Added the word 'sidebar' to the extension name so that you don't have to look hard for it</ni> | 4 | <ni>Added the word 'sidebar' to the extension name so that you don't have to look hard for it</ni> |
5 | <ni>UI polishing</ni> | 5 | <ni>UI polishing, including making it more boring</ni> |
6 | <ni>code cosmetics</ni> | 6 | <ni>code cosmetics</ni> |
7 | </version> | 7 | </version> |
8 | <version version="0.0.3" date="November 6th, 2006"> | 8 | <version version="0.0.3" date="November 6th, 2006"> |
9 | <ni>Firefox 2.0 compatibility</ni> | 9 | <ni>Firefox 2.0 compatibility</ni> |
10 | </version> | 10 | </version> |
11 | <version version="0.0.2" date="October 17th, 2006"> | 11 | <version version="0.0.2" date="October 17th, 2006"> |
12 | <ni>Added brief help file</ni> | 12 | <ni>Added brief help file</ni> |
13 | <ni>Fixed HTML generation code</ni> | 13 | <ni>Fixed HTML generation code</ni> |
14 | <ni>Fixed a mistyped flickr url so that the 'Flickr' button works now</ni> | 14 | <ni>Fixed a mistyped flickr url so that the 'Flickr' button works now</ni> |
15 | </version> | 15 | </version> |
16 | <version version="0.0.1" date="October 3rd, 2006"> | 16 | <version version="0.0.1" date="October 3rd, 2006"> |
17 | <ni>Added ability to paginate through search results</ni> | 17 | <ni>Added ability to paginate through search results</ni> |
18 | <ni>Fixed packaging bug that omitted packaging license dialog</ni> | 18 | <ni>Fixed packaging bug that omitted packaging license dialog</ni> |
19 | <ni>A lot of code cleanup and UI polishing</ni> | 19 | <ni>A lot of code cleanup and UI polishing</ni> |
20 | </version> | 20 | </version> |
21 | <version version="0.0" date="September 26th, 2006"> | 21 | <version version="0.0" date="September 26th, 2006"> |
diff --git a/content/fireflix.css b/content/fireflix.css index 4fba5d3..ab90c11 100644 --- a/content/fireflix.css +++ b/content/fireflix.css | |||
@@ -1,39 +1,38 @@ | |||
1 | .generated.wholething, | 1 | html#help, |
2 | .about.wholething, | 2 | .generated.wholething, .about.wholething /* XXX:, |
3 | tabbox, tabpanels, tabpanel { | 3 | tabbox, tabpanels, tabpanel */ { |
4 | background: url("background.jpeg"); | 4 | background: url("background.jpeg"); |
5 | } | 5 | } |
6 | tabpanels { | 6 | tabpanels { |
7 | padding: 0px; | 7 | padding: 0px; |
8 | } | 8 | } |
9 | 9 | ||
10 | tree { | 10 | tree { |
11 | margin-top: 2px; | 11 | margin-top: 2px; |
12 | background: rgb(12,167,0); | 12 | color: #2d354a; |
13 | color: rgb(255,255,0); | ||
14 | font-size: 90%; | 13 | font-size: 90%; |
15 | } | 14 | } |
16 | tree treechildren { /* for windows */ | 15 | tree treechildren { /* for windows */ |
17 | background: rgb(12,167,0); | 16 | background: #c5ffc5; |
18 | } | 17 | } |
19 | 18 | ||
20 | tree#uploadlist treechildren::-moz-tree-cell-text(pending) { | 19 | tree#uploadlist treechildren::-moz-tree-cell-text(pending) { |
21 | } | 20 | } |
22 | tree#uploadlist treechildren::-moz-tree-cell-text(completed) { | 21 | tree#uploadlist treechildren::-moz-tree-cell-text(completed) { |
23 | color: white; | 22 | color: black; |
24 | } | 23 | } |
25 | tree#uploadlist treechildren::-moz-tree-row(failed) { | 24 | tree#uploadlist treechildren::-moz-tree-row(failed) { |
26 | background: yellow; | 25 | background: yellow; |
27 | } | 26 | } |
28 | tree#uploadlist treechildren::-moz-tree-cell-text(failed) { | 27 | tree#uploadlist treechildren::-moz-tree-cell-text(failed) { |
29 | color: red; | 28 | color: red; |
30 | } | 29 | } |
31 | tree#uploadlist treechildren::-moz-tree-cell-text(uploading) { | 30 | tree#uploadlist treechildren::-moz-tree-cell-text(uploading) { |
32 | font-weight: bold; | 31 | font-weight: bold; |
33 | } | 32 | } |
34 | 33 | ||
35 | groupbox#searchresult_props, | 34 | groupbox#searchresult_props, |
36 | groupbox.search_params, | 35 | groupbox.search_params, |
37 | groupbox#upload_file_props, | 36 | groupbox#upload_file_props, |
38 | groupbox#set_props, | 37 | groupbox#set_props, |
39 | groupbox#set_photo_props { | 38 | groupbox#set_photo_props { |
diff --git a/content/help.xml b/content/help.xml index e71cd99..51e4ce5 100644 --- a/content/help.xml +++ b/content/help.xml | |||
@@ -1,18 +1,18 @@ | |||
1 | <?xml version="1.0" encoding="utf-8"?> | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> | 2 | <html id="help" xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> |
3 | <head> | 3 | <head> |
4 | <title>Fireflix</title> | 4 | <title>Fireflix</title> |
5 | <link rel="stylesheet" href="fireflix.css" type="text/css"/> | 5 | <link rel="stylesheet" href="fireflix.css" type="text/css"/> |
6 | </head> | 6 | </head> |
7 | <body> | 7 | <body> |
8 | 8 | ||
9 | <p>This is a brief overview of things you can do with <a href="http://kin.klever.net/fireflix/">fireflix</a>.</p> | 9 | <p>This is a brief overview of things you can do with <a href="http://kin.klever.net/fireflix/">fireflix</a>.</p> |
10 | 10 | ||
11 | <p>First, you should proceed with authorization. If you haven't done it yet, | 11 | <p>First, you should proceed with authorization. If you haven't done it yet, |
12 | it should happen automatically once you open fireflix sidebar. To clear | 12 | it should happen automatically once you open fireflix sidebar. To clear |
13 | authorization token off of the preferences, right-click on the 'Authorization | 13 | authorization token off of the preferences, right-click on the 'Authorization |
14 | info' part of the sidebar and select 'Sign off' from the pop up menu.</p> | 14 | info' part of the sidebar and select 'Sign off' from the pop up menu.</p> |
15 | 15 | ||
16 | <h1>In the 'Search' tab</h1> | 16 | <h1>In the 'Search' tab</h1> |
17 | 17 | ||
18 | <p>Basically, you can search flickr photos here. Either all or yours (keep | 18 | <p>Basically, you can search flickr photos here. Either all or yours (keep |