diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/static/highlight_error.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/static/highlight_error.html b/tests/static/highlight_error.html index 45a4799fb..05b4f4faf 100644 --- a/tests/static/highlight_error.html +++ b/tests/static/highlight_error.html @@ -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;"> <p><span class="ui-icon ui-icon-alert" style="float: left; margin-right: .3em;"></span> <strong>Alert:</strong> Sample ui-state-error style.</p> </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;"> <p><span class="ui-icon ui-icon-info" style="float: left; margin-right: .3em;"></span> <strong>Tip!</strong> Sample ui-state-highlight style.</p> </div> |