r1124 - trunk/tests/static
Author: scottjehl
Date: Fri Dec 12 10:09:48 2008
New Revision: 1124
Modified:
trunk/tests/static/highlight_error.html
Log:
small padding change to hightlight / error demo
Modified: trunk/tests/static/highlight_error.html
==============================================================================
--- trunk/tests/static/highlight_error.html (original)
+++ trunk/tests/static/highlight_error.html Fri Dec 12 10:09:48 2008
@@ -21,13 +21,13 @@
<body>
<div class="ui-widget">
- <div class="ui-state-error ui-corner-all" style="padding: .7em;">
+ <div class="ui-state-error ui-corner-all" style="padding: 0 .7em;">
<span class="ui-icon ui-icon-alert" style="float: left;
margin-right: .3em;"></span>
<strong>Alert:</strong> Sample ui-state-error style.
</div>
- <div class="ui-state-highlight ui-corner-all" style="margin-top: 20px;
padding: .7em;">
+ <div class="ui-state-highlight ui-corner-all" style="margin-top: 20px;
padding: 0 .7em;">
<span class="ui-icon ui-icon-info" style="float: left;
margin-right: .3em;"></span>
<strong>Tip!</strong> Sample ui-state-highlight style.
</div>