mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-20 19:59:54 +09:00
Issue 2444. Remove confirm dialog modal window fixed.
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@11588 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
e4a50390db
commit
de8ee1999b
1 changed files with 3 additions and 3 deletions
|
|
@ -537,7 +537,7 @@
|
|||
<button type="button" class="x_close" data-admin-hide="#html">×</button>
|
||||
</div>
|
||||
</div>
|
||||
<form action="" class="x_modal" id="menuRemoveConfirm" style="width:600px;margin-left:-300px">
|
||||
<fieldset class="x_modal" id="menuRemoveConfirm" style="width:600px;margin-left:-300px">
|
||||
<div class="x_modal-header">
|
||||
<h3>Do you want to remove this menu item?</h3>
|
||||
</div>
|
||||
|
|
@ -547,10 +547,10 @@
|
|||
<div class="x_modal-footer">
|
||||
<button type="button" class="x_btn x_pull-left" data-hide="#menuRemoveConfirm">Cancel</button>
|
||||
<span class="x_btn-group x_pull-right">
|
||||
<button type="submit" class="x_btn x_btn-danger x_disabled">Delete</button>
|
||||
<button type="button" class="x_btn x_btn-danger x_disabled">Delete</button>
|
||||
</span>
|
||||
</div>
|
||||
</form>
|
||||
</fieldset>
|
||||
<style>
|
||||
/* Site */
|
||||
.x>.body>.content{margin-bottom:0}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue