Closed Bug 500454 Opened 15 years ago Closed 15 years ago

Cleanup notifications

Categories

(Firefox for Android Graveyard :: General, defect)

x86
Linux
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: mfinkle, Assigned: mfinkle)

Details

Attachments

(1 file)

Attached patch patchSplinter Review
Notifications use a tiny image (left side) that is too small and taking up space, especially for portrait. We should remove it.

The buttons are not normal Fennec buttons, have unused space for an extra label and are missing bottom padding. We should just use a normal button.

The "close" button is too small. We should use the new close button.
Attachment #385158 - Flags: review?(gavin.sharp)
Oh, this patch also adds the new close button to the findbar
Attachment #385158 - Flags: review?(gavin.sharp) → review+
Comment on attachment 385158 [details] [diff] [review]
patch

>diff --git a/themes/hildon/notification.css b/themes/hildon/notification.css

>+notification .messageImage {
>+  display: none;

Why not just remove it from the <content>?

>+notification .messageCloseButton {
>+  list-style-image: url("chrome://browser/skin/images/tab-close.png");

Perhaps we should rename this image to just "close.png" given that it isn't tab specific.

>\ No newline at end of file

add one?
(In reply to comment #2)
> >+notification .messageImage {
> >+  display: none;
> 
> Why not just remove it from the <content>?

Done

> >+notification .messageCloseButton {
> >+  list-style-image: url("chrome://browser/skin/images/tab-close.png");
> 
> Perhaps we should rename this image to just "close.png" given that it isn't tab
> specific.

I have another patch for that

> >\ No newline at end of file
> 
> add one?

Done
https://hg.mozilla.org/mobile-browser/rev/342e81dcc2be
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
bugspam
Assignee: nobody → mark.finkle
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: