Permalink
Browse files
Dialog: Tweaking demo so buttons fit on one line.
- Loading branch information
Showing
with
1 addition
and
6 deletions.
-
+1
−6
demos/dialog/modal-confirmation.html
|
|
@@ -11,7 +11,6 @@ |
|
|
<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.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> |
|
|
<link type="text/css" href="../demos.css" rel="stylesheet" /> |
|
|
<script type="text/javascript"> |
|
|
@@ -24,12 +23,8 @@ |
|
|
resizable: false, |
|
|
height:140, |
|
|
modal: true, |
|
|
overlay: { |
|
|
backgroundColor: '#000', |
|
|
opacity: 0.5 |
|
|
}, |
|
|
buttons: { |
|
|
'Delete all items in recycle bin': function() { |
|
|
'Delete all items': function() { |
|
|
$(this).dialog('close'); |
|
|
}, |
|
|
Cancel: function() { |
|
|
|