]> source.dussan.org Git - jquery-ui.git/commitdiff
more demo content cleanup - no markup changes of note
authorScott Jehl <scott@scottjehl.com>
Fri, 12 Dec 2008 17:54:53 +0000 (17:54 +0000)
committerScott Jehl <scott@scottjehl.com>
Fri, 12 Dec 2008 17:54:53 +0000 (17:54 +0000)
tests/static/highlight_error.html

index fa99622d247f8779442e65078749cf343b9b7662..c53c87df63906ca648c14dc2ef7d424dc3884e26 100644 (file)
 </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>