Opened 12 years ago
Closed 12 years ago
#24316 closed defect (bug) (invalid)
Post Format Selector Icons Display One-per-line in IE7
Reported by: | celloexpressions | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 3.6 |
Component: | Post Formats | Keywords: | has-patch |
Focuses: | Cc: |
Description
IE 7 doesn't like max-width or min-width. By explicitly specifying the width
property, the icons will display as intended instead of... horrifically.
Attachments (4)
Change History (10)
@
12 years ago
Specify the width property for the selector links, resolving the layout issue for IE7.
#2
follow-up:
↓ 3
@
12 years ago
Looking through it more, I see no reason to use min-width
instead of width
, so we should just use width in the main stylesheet and ie7 will be corrected without further polluting ie.css.
I noticed a couple of minor coding standards things, so I think that the min-width may have just been leftover from something in the rush to put together the updated UI. New patch also adds the opacity filters for IE7&8 to ie.css, since that's an important part of the UI and an easy fix.
#3
in reply to:
↑ 2
@
12 years ago
Replying to celloexpressions:
Looking through it more, I see no reason to use
min-width
instead ofwidth
, so we should just use width in the main stylesheet
Think of longer translation for the texts. If it's fixed it will change the height for longer strings or even worse overflow the box.
#4
@
12 years ago
Ah, I knew it was something to do with the text. I don't think there's any way around using width for IE7, but it's IE7 and at least it will look better than one-format-per-line. New patch also fixes opacity in IE8, didn't realize those have to go in the main stylesheet (that is where they go, right?).
Current Post Formats Selector UI in IE 7