aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--demos/button/toolbar.html7
-rw-r--r--themes/base/jquery.ui.button.css2
-rw-r--r--themes/base/jquery.ui.theme.css1
3 files changed, 8 insertions, 2 deletions
diff --git a/demos/button/toolbar.html b/demos/button/toolbar.html
index eb1d2c3ea..5be3668f6 100644
--- a/demos/button/toolbar.html
+++ b/demos/button/toolbar.html
@@ -11,7 +11,12 @@
<link rel="stylesheet" href="../demos.css">
<style>
#toolbar {
- padding: 10px 4px;
+ padding: 11px 4px 9px 4px;
+ }
+
+ /* support: IE7 */
+ *:first-child+html #toolbar {
+ padding: 4px 0px 4px 5px;
}
</style>
<script>
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}*/; }