diff options
author | Scott Jehl <scott@scottjehl.com> | 2008-12-12 18:09:48 +0000 |
---|---|---|
committer | Scott Jehl <scott@scottjehl.com> | 2008-12-12 18:09:48 +0000 |
commit | b94e8d292a5b5ffab5806d06affd0f28bc875562 (patch) | |
tree | e5a9f4c450835aad25374d72eb86b71dd8a5a880 /tests | |
parent | 5c1e0d73c1c318fb15f78ead418936f2af8435ce (diff) | |
download | jquery-ui-b94e8d292a5b5ffab5806d06affd0f28bc875562.tar.gz jquery-ui-b94e8d292a5b5ffab5806d06affd0f28bc875562.zip |
small padding change to hightlight / error demo
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> |