aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorScott Jehl <scott@scottjehl.com>2008-12-12 18:01:09 +0000
committerScott Jehl <scott@scottjehl.com>2008-12-12 18:01:09 +0000
commite248c8dc536a67f53e39be0b6022c29907b4c599 (patch)
treee8ded7547b7e6fe092097f95004ac02837562cb0 /tests
parente68e7ac9e5e0df575ff1ba1703e3513c75044d40 (diff)
downloadjquery-ui-e248c8dc536a67f53e39be0b6022c29907b4c599.tar.gz
jquery-ui-e248c8dc536a67f53e39be0b6022c29907b4c599.zip
padding updates to demo blocks
Diffstat (limited to 'tests')
-rw-r--r--tests/static/highlight_error.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/static/highlight_error.html b/tests/static/highlight_error.html
index c53c87df6..45a4799fb 100644
--- a/tests/static/highlight_error.html
+++ b/tests/static/highlight_error.html
@@ -11,7 +11,7 @@
h1 {font-size: 1.5em; margin: 1em 0;}
h2 {font-size: 1.3em; margin: 2em 0 .5em;}
h2 a {font-size: .8em;}
- p {font-size: 1.2em; }
+ p {font-size: 1em; margin: 0; }
form {margin: 4em 0;}
div {padding: .2em .5em;}
.ui-icon {float: left; margin-right: .5em;}
@@ -21,14 +21,14 @@
<body>
<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>
+ <div class="ui-state-error ui-corner-all" style="padding: .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">
- <p><span class="ui-icon ui-icon-info" style="float: left; margin-right: .5em;"></span>
+ <div class="ui-state-highlight ui-corner-all" style="margin-top: 20px; padding: .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>
</div>