aboutsummaryrefslogtreecommitdiffstats
path: root/demos
diff options
context:
space:
mode:
authorRichard Worth <rdworth@gmail.com>2010-03-15 20:32:02 +0000
committerRichard Worth <rdworth@gmail.com>2010-03-15 20:32:02 +0000
commit2a7fc816eefa9a93e3a3302e444539ea971b50d3 (patch)
tree10afecf3304b795980ba52389aee28bb30af8375 /demos
parent01ac41787568e9e12ceaaac7e1269918d6bfc70c (diff)
downloadjquery-ui-2a7fc816eefa9a93e3a3302e444539ea971b50d3.tar.gz
jquery-ui-2a7fc816eefa9a93e3a3302e444539ea971b50d3.zip
autocomplete: combobox demo: tweaked padding to be more consistent across browsers
Diffstat (limited to 'demos')
-rw-r--r--demos/autocomplete/combobox.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/demos/autocomplete/combobox.html b/demos/autocomplete/combobox.html
index deadb1672..6e403ddc4 100644
--- a/demos/autocomplete/combobox.html
+++ b/demos/autocomplete/combobox.html
@@ -85,7 +85,8 @@
</script>
<style>
/* TODO shouldn't be necessary */
- .ui-button-icon-only .ui-button-text { padding: 0; }
+ .ui-button-icon-only .ui-button-text { padding: 0.35em; }
+ .ui-autocomplete-input { padding: 0.48em 0 0.47em 0.45em; }
</style>
</head>
<body>