Closed
Bug 494228
Opened 16 years ago
Closed 16 years ago
Add link to Collections in category chooser
Categories
(addons.mozilla.org Graveyard :: Collections, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
5.0.6
People
(Reporter: fligtar, Assigned: lorchard)
References
()
Details
Attachments
(1 file)
1.50 KB,
patch
|
jbalogh
:
review+
|
Details | Diff | Splinter Review |
Let's add a link to /collections labeled "Collections" in the category chooser between the divider and the Dictionaries link.
Also, I think the divider is a bit too long on the right? Doesn't look centered to me.
Assignee | ||
Comment 1•16 years ago
|
||
This patch should do the job
Attachment #378928 -
Flags: review?(jbalogh)
Comment 2•16 years ago
|
||
Comment on attachment 378928 [details] [diff] [review]
hardcoding Collections into category list, tweaking margins on list
I will recommend this patch to all my friends.
>diff --git a/site/app/webroot/css/amo2009/main-mozilla.css b/site/app/webroot/css/amo2009/main-mozilla.css
>index 86bcfa2..94c2ba4 100644
>--- a/site/app/webroot/css/amo2009/main-mozilla.css
>+++ b/site/app/webroot/css/amo2009/main-mozilla.css
>@@ -15,6 +15,10 @@
> clear: left;
> }
>
>+.categories ul {
>+ padding: 1em 1em 1em 1em;
>+}
>+
Could you just do "padding: 1em;"?
Attachment #378928 -
Flags: review?(jbalogh) → review+
Assignee | ||
Comment 3•16 years ago
|
||
I could've done "padding: 1em", but I was feeling spunky and repetitive.
But, for you: I will change it. Checked in as r26054
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Comment 4•16 years ago
|
||
Verified FIXED:
On https://preview.addons.mozilla.org/en-US/firefox/ and other pages, the category-chooser menu has:
<a href="/en-US/firefox/collections/" >Collections</a> </li>
Status: RESOLVED → VERIFIED
Updated•9 years ago
|
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•