Bad Dialog design

Bad Dialog design


Hi all,
trying to use Dialog widget. Downloaded some theme from Theme Roller, and
trying to use it. Have following result:
http://www.nabble.com/file/p19788465/jquery-dialog.jpg
Have some strange Close button position.
Have anybody any ideas why it happened and how to fix it properly?
There is some test code:
<html>
<head>
<script src="jquery.js" type="text/javascript"></script>
<script type="text/javascript" src="jquery-ui.js"></script>
<link rel="stylesheet" href="jquery-ui-theme.css" type="text/css"
media="screen" title="JQuery Theme"/>
<script type ="text/javascript">
    $(document).ready(function() {
        $("#dialog").dialog();
    });
</script>
</head>
<body>
<div id = "dialog">
Hello world
</div>
</body>
</html>
Thanks all!
--
View this message in context: http://www.nabble.com/Bad-Dialog-design-tp19788465s27240p19788465.html
Sent from the jQuery UI Discussion mailing list archive at Nabble.com.