Skip to main content

Search and Top Navigation

#5294 closed bug (fixed)

Opened March 05, 2010 03:24PM UTC

Closed March 10, 2010 04:46PM UTC

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; }

Attachments (0)
Change History (2)

Changed March 10, 2010 04:43PM UTC by rdworth comment:1

component: CSS Frameworkui.button
milestone: TBD1.8
priority: majorcritical

Changed March 10, 2010 04:46PM UTC by rdworth comment:2

resolution: → fixed
status: newclosed

fixed in r3878