aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorScott Jehl <scott@scottjehl.com>2008-12-12 17:31:59 +0000
committerScott Jehl <scott@scottjehl.com>2008-12-12 17:31:59 +0000
commitffbd41e86f803bdb28a7615546de73fec558b929 (patch)
treeea0686ac00cde98de8b4e0af943a65c524a29fb6 /tests
parent676cc75fe0b74fffd4c73c063ff38f7f71875c65 (diff)
downloadjquery-ui-ffbd41e86f803bdb28a7615546de73fec558b929.tar.gz
jquery-ui-ffbd41e86f803bdb28a7615546de73fec558b929.zip
adjusted messaging in demo blocks to be less error-oriented and realistic
Diffstat (limited to 'tests')
-rw-r--r--tests/static/highlight_error.html7
1 files changed, 4 insertions, 3 deletions
diff --git a/tests/static/highlight_error.html b/tests/static/highlight_error.html
index 576f0345d..fa99622d2 100644
--- a/tests/static/highlight_error.html
+++ b/tests/static/highlight_error.html
@@ -22,13 +22,14 @@
<div class="ui-state-error ui-corner-all" style="width: 420px;">
- <p><span class="ui-icon ui-icon-alert"></span>
- <strong>Error:</strong> There is a problem in your form submission!</p>
+ <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"></span> <strong>Quick Tip!</strong> Hold ctrl while clicking to get contextual helpers.</p>
+ <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>