diff options
author | Scott Jehl <scott@scottjehl.com> | 2008-12-12 17:54:53 +0000 |
---|---|---|
committer | Scott Jehl <scott@scottjehl.com> | 2008-12-12 17:54:53 +0000 |
commit | e68e7ac9e5e0df575ff1ba1703e3513c75044d40 (patch) | |
tree | 8aa534f275fc0d88e17e0e0ab216b81b20934775 /tests | |
parent | ffbd41e86f803bdb28a7615546de73fec558b929 (diff) | |
download | jquery-ui-e68e7ac9e5e0df575ff1ba1703e3513c75044d40.tar.gz jquery-ui-e68e7ac9e5e0df575ff1ba1703e3513c75044d40.zip |
more demo content cleanup - no markup changes of note
Diffstat (limited to 'tests')
-rw-r--r-- | tests/static/highlight_error.html | 23 |
1 files changed, 11 insertions, 12 deletions
diff --git a/tests/static/highlight_error.html b/tests/static/highlight_error.html index fa99622d2..c53c87df6 100644 --- a/tests/static/highlight_error.html +++ b/tests/static/highlight_error.html @@ -20,18 +20,17 @@ </head> <body> - -<div class="ui-state-error ui-corner-all" style="width: 420px;"> - <p><span class="ui-icon ui-icon-alert" style="float: left; margin-right: .5em;"></span> - <strong>Alert:</strong> This is a sample ui-state-error style.</p> -</div> - - -<div class="ui-state-highlight ui-corner-all" style="width: 420px;"> - <p><span class="ui-icon ui-icon-info" style="float: left; margin-right: .5em;"></span> - <strong>Quick Tip!</strong> This is a sample ui-state-highlight style.</p> +<div class="ui-widget"> + <div class="ui-state-error ui-corner-all"> + <p><span class="ui-icon ui-icon-alert" style="float: left; margin-right: .5em;"></span> + <strong>Alert:</strong> Sample ui-state-error style.</p> + </div> + + + <div class="ui-state-highlight ui-corner-all" style="margin-top: 20px"> + <p><span class="ui-icon ui-icon-info" style="float: left; margin-right: .5em;"></span> + <strong>Tip!</strong> Sample ui-state-highlight style.</p> + </div> </div> - - </body> </html> |