Closed Bug 29222 Opened 25 years ago Closed 24 years ago

Add to addressbook and Attachment icons are not aligned

Categories

(SeaMonkey :: MailNews: Message Display, defect, P3)

x86
Windows 98
defect

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: bugzilla, Assigned: mscott)

Details

Attachments

(2 files)

If you have a mail with an attachment, an attachment icon appears. But the Add 
to adressebook and the Attachment(paperclip) icon are not correctly aligned.

Please see attached image
Attached image Icons not aligned
Reassign to mscott, cc jglick. Scott or Jennifer, is the problem that the icons
aren't the right size, or is this a bug in our generated XUL?
Assignee: phil → mscott
When we check the new icons in, this bug should go away. Since the new icons are
the same size.

So I'm going to go ahead and mark this bug a duplicate.


*** This bug has been marked as a duplicate of 27884 ***
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
Still no chance the we "open sourcer" can see this icons?
When will they be moved from http://gooey to mozilla.org????
verified as duplicate.  I'm not sure about posting these.  Jennifer?
Status: RESOLVED → VERIFIED
This bug is not about the look of the icons but about the alignment.
Status: VERIFIED → REOPENED
Resolution: DUPLICATE → ---
Right but as I said in an earlier comment the alignment was because the icons
weren't the same size. I checked in new icons for both of these buttons that are
the same size just the other day (that was the bug that we marked this as a dup
of). So now they are aligned properly.

re-closing.
Status: REOPENED → RESOLVED
Closed: 25 years ago24 years ago
Resolution: --- → FIXED
Ok, but with the new images (build 2000040508) the alignment problem is still 
there.
Please see attached image.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Wow...your eyes are better than mine. I made a style change that could fix the
problem but to be honest at normal resolutions I just can't make out the
alignment problem to figure out if I fixed it.

Can you find in your tree (release build or debug, doesn't matter), the
following file:
msgHdrViewOverlay.css

You'll see the following couple of lines:
#addToAddressBookButton {
	list-style-image:url("chrome://messenger/skin/addtoab.gif");
  min-height: 20px;
}

add the following line: margin: 0px;
So it will now look like:
#addToAddressBookButton {
  list-style-image:url("chrome://messenger/skin/addtoab.gif");
  min-height: 20px;
  margin: 0px;
}

And tell me if you can see an alignment difference? Thanks.
Yes that fixed my alignment problem. Will you check it in?
sure.. the tree just closed for M15 so I have to wait till it re-opens for M16.
Thanks for trying that style change out for me.
Status: REOPENED → ASSIGNED
Target Milestone: --- → M16
i checked inthe style sheet change.
Status: ASSIGNED → RESOLVED
Closed: 24 years ago24 years ago
Resolution: --- → FIXED
QA Contact: lchiang → laurel
Looks OK in m16 builds today:
2000-04-13-10m16 commercial build linux rh6.0
2000-04-13-10m16 commercial build mac OS 9.0
2000-04-13-09m16 commercial build NT 4.0
Status: RESOLVED → VERIFIED
Product: Browser → Seamonkey
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: