diff options
author | Pawel Maruszczyk <lord_t@o2.pl> | 2012-11-27 21:37:44 +0100 |
---|---|---|
committer | Mike Sherov <mike.sherov@gmail.com> | 2012-11-28 08:24:47 -0500 |
commit | e77edc60991dc0d9908e056aa05adc49b9daa7cd (patch) | |
tree | 219f80f943ede2b08c6c10eff605a66bb6334a1e /themes | |
parent | f2854408cce7e4b7fc6bf8676761904af9c96bde (diff) | |
download | jquery-ui-e77edc60991dc0d9908e056aa05adc49b9daa7cd.tar.gz jquery-ui-e77edc60991dc0d9908e056aa05adc49b9daa7cd.zip |
Button: Strange space between buttons in IE 7. Fixed #5253 - Toolbar demo ugly in IE
Diffstat (limited to 'themes')
-rw-r--r-- | themes/base/jquery.ui.button.css | 2 | ||||
-rw-r--r-- | themes/base/jquery.ui.theme.css | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/themes/base/jquery.ui.button.css b/themes/base/jquery.ui.button.css index e0f91a82b..5588eb42c 100644 --- a/themes/base/jquery.ui.button.css +++ b/themes/base/jquery.ui.button.css @@ -42,7 +42,7 @@ button.ui-button-icons-only { /* button text element */ .ui-button .ui-button-text { - display: block; + display: inline-block; line-height: 1.4; } .ui-button-text-only .ui-button-text { diff --git a/themes/base/jquery.ui.theme.css b/themes/base/jquery.ui.theme.css index f1e4adf08..6388885c2 100644 --- a/themes/base/jquery.ui.theme.css +++ b/themes/base/jquery.ui.theme.css @@ -41,6 +41,7 @@ background: #cccccc/*{bgColorHeader}*/ url(images/ui-bg_highlight-soft_75_cccccc_1x100.png)/*{bgImgUrlHeader}*/ 50%/*{bgHeaderXPos}*/ 50%/*{bgHeaderYPos}*/ repeat-x/*{bgHeaderRepeat}*/; color: #222222/*{fcHeader}*/; font-weight: bold; + zoom: 1; } .ui-widget-header a { color: #222222/*{fcHeader}*/; } |