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:
ChanMyeong 2012-10-04 06:10:58 +00:00
parent e4a50390db
commit de8ee1999b

View file

@ -537,7 +537,7 @@
<button type="button" class="x_close" data-admin-hide="#html">&times;</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}