diff options
author | jzaefferer <joern.zaefferer@gmail.com> | 2010-04-21 20:00:45 +0200 |
---|---|---|
committer | jzaefferer <joern.zaefferer@gmail.com> | 2010-04-21 20:00:45 +0200 |
commit | 19b76a14a85c000996e22a6377ff86dc931bbc1e (patch) | |
tree | cdb8707610db5b43e45c2581a76abe83170e9804 /demos/tooltip/forms.html | |
parent | 84e0ce168f109fbd5482c6c1ba09bbbb55592888 (diff) | |
download | jquery-ui-19b76a14a85c000996e22a6377ff86dc931bbc1e.tar.gz jquery-ui-19b76a14a85c000996e22a6377ff86dc931bbc1e.zip |
Tooltip: Remove fixed with from tooltip theme, set in instead in CSS where actually necessary
Diffstat (limited to 'demos/tooltip/forms.html')
-rw-r--r-- | demos/tooltip/forms.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/demos/tooltip/forms.html b/demos/tooltip/forms.html index 626161d6e..ac0529680 100644 --- a/demos/tooltip/forms.html +++ b/demos/tooltip/forms.html @@ -26,7 +26,7 @@ fieldset div { margin-bottom: 2em; } - .ui-tooltip { width: 200px; } + .ui-tooltip { width: 210px; } </style> </head> <body> @@ -61,6 +61,8 @@ <p>Hover the questionmark-buttons or use the button below to display the help texts all at once. Click again to hide them.</p> +<p>A fixed width is defined in CSS to make the tooltips look consistent when displayed all at once.</p> + </div><!-- End demo-description --> |