diff options
author | Ca-Phun Ung <pazu2k@gmail.com> | 2008-08-30 20:01:23 +0000 |
---|---|---|
committer | Ca-Phun Ung <pazu2k@gmail.com> | 2008-08-30 20:01:23 +0000 |
commit | 9248368f20005c2f5a10b677dc3c07e7d996577b (patch) | |
tree | 8d9d49cf2af16747951b4486189fe5eece8a2f5a /tests/visual | |
parent | 66d90af2415a8fd5f6ad93b7553cb9d34e92064c (diff) | |
download | jquery-ui-9248368f20005c2f5a10b677dc3c07e7d996577b.tar.gz jquery-ui-9248368f20005c2f5a10b677dc3c07e7d996577b.zip |
Spinner: For DOM based spinners, the height is now calculated based on number of children.
Diffstat (limited to 'tests/visual')
-rw-r--r-- | tests/visual/spinner.html | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/tests/visual/spinner.html b/tests/visual/spinner.html index af8d8a8ad..9a1478ea5 100644 --- a/tests/visual/spinner.html +++ b/tests/visual/spinner.html @@ -10,7 +10,7 @@ <script type="text/javascript">
$(function(){
-
+
var opts = {
's1': {},
's2': {stepping: 0.25},
@@ -31,6 +31,7 @@ $(function(){ </script>
<style type="text/css">
+
body
{
background: #fff;
@@ -96,13 +97,7 @@ label { background: #FEFEFE;
}
-.ui-spinner-list {
- height: 1.2em;
- line-height: 1.2em;
- margin: 0;
- padding: 0;
-}
-
+.ui-spinner-list,
.ui-spinner-listitem {
margin: 0;
padding: 0;
@@ -186,6 +181,5 @@ label { <hr />
-
</body>
</html>
\ No newline at end of file |