diff options
author | Scott Jehl <scott@scottjehl.com> | 2008-12-12 18:01:09 +0000 |
---|---|---|
committer | Scott Jehl <scott@scottjehl.com> | 2008-12-12 18:01:09 +0000 |
commit | e248c8dc536a67f53e39be0b6022c29907b4c599 (patch) | |
tree | e8ded7547b7e6fe092097f95004ac02837562cb0 /tests | |
parent | e68e7ac9e5e0df575ff1ba1703e3513c75044d40 (diff) | |
download | jquery-ui-e248c8dc536a67f53e39be0b6022c29907b4c599.tar.gz jquery-ui-e248c8dc536a67f53e39be0b6022c29907b4c599.zip |
padding updates to demo blocks
Diffstat (limited to 'tests')
-rw-r--r-- | tests/static/highlight_error.html | 10 |
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> |