Opened 13 years ago
Closed 13 years ago
#5294 closed bug (fixed)
button icon class typo
Reported by: | dmfontz | Owned by: | |
---|---|---|---|
Priority: | critical | Milestone: | 1.8 |
Component: | ui.button | Version: | 1.8rc3 |
Keywords: | button icon | Cc: | |
Blocked by: | Blocking: |
Description
It seems that the rule in the css file (line 362 in custom) is missing the word "button" in the primary icon class. This is causing the buttons to appear in the center in IE when the width of the button is changed.
see discussion: http://forum.jquery.com/topic/icon-position-on-button-in-ie
.ui-button-text-icon .ui-icon-primary, .ui-button-text-icons ui-icon-primary, .ui-button-icons-only .ui-icon-primary { left: .5em; }
should be:
.ui-button-text-icon .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary { left: .5em; }
Change History (2)
comment:1 Changed 13 years ago by
Component: | CSS Framework → ui.button |
---|---|
Milestone: | TBD → 1.8 |
Priority: | major → critical |
comment:2 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
fixed in r3878