diff options
author | Scott Jehl <scott@scottjehl.com> | 2008-12-12 17:23:03 +0000 |
---|---|---|
committer | Scott Jehl <scott@scottjehl.com> | 2008-12-12 17:23:03 +0000 |
commit | 1501cc3bdd8ed5316a09f0422b22bb282d630666 (patch) | |
tree | f10693238100fca5f60c1825a226c1fe44810a92 /tests/static/overlay.html | |
parent | b3d834936765cd73f81d6b6742ec52ec17c10d94 (diff) | |
download | jquery-ui-1501cc3bdd8ed5316a09f0422b22bb282d630666.tar.gz jquery-ui-1501cc3bdd8ed5316a09f0422b22bb282d630666.zip |
set offsets in demo to be much closer to top left (no notable markup changes)
Diffstat (limited to 'tests/static/overlay.html')
-rw-r--r-- | tests/static/overlay.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/static/overlay.html b/tests/static/overlay.html index bd79b4cb9..94b6a6f22 100644 --- a/tests/static/overlay.html +++ b/tests/static/overlay.html @@ -38,7 +38,7 @@ <body style="font-size: 62.5%;"> <!-- ui-dialog --> -<div class="ui-dialog ui-widget ui-widget-content ui-corner-all" style="position: absolute; left: 300px; top: 200px; width: 300px; "> +<div class="ui-dialog ui-widget ui-widget-content ui-corner-all" style="position: absolute; left: 20px; top: 20px; "> <div class="ui-dialog-titlebar ui-widget-header ui-corner-all ui-helper-clearfix"> <span class="ui-dialog-title">This is my title</span> <a href="#" class="ui-dialog-titlebar-close ui-corner-all" title="Close"><span class="ui-icon ui-icon-closethick">Close</span></a> |