mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Dialog: Tweaking demo so buttons fit on one line.
This commit is contained in:
parent
1c31a26b56
commit
486373239f
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user