diff options
author | Maggie Costello Wachs <fg.maggie@gmail.com> | 2008-12-10 22:33:12 +0000 |
---|---|---|
committer | Maggie Costello Wachs <fg.maggie@gmail.com> | 2008-12-10 22:33:12 +0000 |
commit | f79c973d2823830fb5177d064bc21c706eb92456 (patch) | |
tree | 13421e24c58a0165fcbc8a3938f20aefbef1d4b8 /themes/base/ui.theme.css | |
parent | 6de295187fa02e1d888df53b1204e9d9cbd566e7 (diff) | |
download | jquery-ui-f79c973d2823830fb5177d064bc21c706eb92456.tar.gz jquery-ui-f79c973d2823830fb5177d064bc21c706eb92456.zip |
fixed icon placement in IE6
Diffstat (limited to 'themes/base/ui.theme.css')
-rw-r--r-- | themes/base/ui.theme.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/base/ui.theme.css b/themes/base/ui.theme.css index 865499a86..ee4c00b66 100644 --- a/themes/base/ui.theme.css +++ b/themes/base/ui.theme.css @@ -37,7 +37,7 @@ ----------------------------------*/ /* states and images */ -.ui-icon { width: 16px; height: 16px; display: inline-block; text-indent: -99999px; overflow: hidden; background-image: url(images/222222_256x240_icons_icons.png)/*{iconsContent}*/; background-repeat: no-repeat; } +.ui-icon { width: 16px; height: 16px; display: block; text-indent: -99999px; overflow: hidden; background-image: url(images/222222_256x240_icons_icons.png)/*{iconsContent}*/; background-repeat: no-repeat; } .ui-widget-content .ui-icon {background-image: url(images/222222_256x240_icons_icons.png)/*{iconsContent}*/; } .ui-widget-header .ui-icon {background-image: url(images/222222_256x240_icons_icons.png)/*{iconsHeader}*/; } .ui-state-default .ui-icon { background-image: url(images/888888_256x240_icons_icons.png)/*{iconsDefault}*/; } |