aboutsummaryrefslogtreecommitdiffstats
path: root/demos
diff options
context:
space:
mode:
authorPawel Maruszczyk <lord_t@o2.pl>2012-11-27 21:37:44 +0100
committerMike Sherov <mike.sherov@gmail.com>2012-11-28 08:24:47 -0500
commite77edc60991dc0d9908e056aa05adc49b9daa7cd (patch)
tree219f80f943ede2b08c6c10eff605a66bb6334a1e /demos
parentf2854408cce7e4b7fc6bf8676761904af9c96bde (diff)
downloadjquery-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 'demos')
-rw-r--r--demos/button/toolbar.html7
1 files changed, 6 insertions, 1 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>