Ticket #1331 (closed defect: fixed)

Opened 14 months ago

Last modified 12 months ago

IE6 article type blurb icon and text has moderate vert. misalignment

Reported by: npeterson Owned by: rcave
Priority: low Milestone: 0.9.3_rc3
Component: ambra Version: 0.9.3
Keywords: Cc:

Description

In IE6, on those articles that display an article type blurb icon in the header bar, both the article type text and the icon are moderately misaligned to the top of the bar.

This defect does not impact legibility or functionality.

Review style: div#contentHeader p#articleType {... margin-top:-13px; ...} in screen.css. Maybe make a base style to fix IE6 and then an override style for modern browsers.

Change History

Changed 14 months ago by npeterson

  • milestone 0.9.3_rc2 deleted

Changed 12 months ago by stoomey

  • status changed from new to verify
  • owner changed from stoomey to rcave
  • resolution set to fixed

Gave class .replaced a style of position absolute to fix vertical positioning bug in IE6, then used direct decendent selector to reset to static positioning for modern browsers. Also, removed line of confusing line of cruft that had been replaced by general inline image replacement styles.

Changed 12 months ago by rcave

  • milestone set to 0.9.3_rc3

Changed 12 months ago by npeterson

  • status changed from verify to closed
Note: See TracTickets for help on using tickets.