Skip to content

Commit

Permalink
Dialog: Tweaking demo so buttons fit on one line.
Browse files Browse the repository at this point in the history
  • Loading branch information
scottgonzalez committed Jan 15, 2010
1 parent 1c31a26 commit 4863732
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions demos/dialog/modal-confirmation.html
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
<script type="text/javascript" src="../../ui/jquery.ui.button.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.button.js"></script>
<script type="text/javascript" src="../../ui/jquery.ui.draggable.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.draggable.js"></script>
<script type="text/javascript" src="../../ui/jquery.ui.position.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.position.js"></script>
<script type="text/javascript" src="../../ui/jquery.ui.resizable.js"></script>
<script type="text/javascript" src="../../ui/jquery.ui.dialog.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.dialog.js"></script>
<link type="text/css" href="../demos.css" rel="stylesheet" /> <link type="text/css" href="../demos.css" rel="stylesheet" />
<script type="text/javascript"> <script type="text/javascript">
Expand All @@ -24,12 +23,8 @@
resizable: false, resizable: false,
height:140, height:140,
modal: true, modal: true,
overlay: {
backgroundColor: '#000',
opacity: 0.5
},
buttons: { buttons: {
'Delete all items in recycle bin': function() { 'Delete all items': function() {
$(this).dialog('close'); $(this).dialog('close');
}, },
Cancel: function() { Cancel: function() {
Expand Down

0 comments on commit 4863732

Please sign in to comment.