0.5 sec delay before blur layer show up -> 1.0 sec

added x_btn-primary class to the ok button on the common dialog for 'enter key' compatibility



git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12585 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
nagoon97 2013-01-24 09:30:57 +00:00
parent 55a706a8ef
commit d255f503b8
2 changed files with 19 additions and 3 deletions

View file

@ -996,7 +996,7 @@ jQuery(function($){
</div>\
<div class="x_modal-footer">\
<button type="button" class="x_btn x_pull-left _cancel">'+xe.cmd_cancel+'</button>\
<button type="submit" class="x_btn x_btn-inverse x_pull-right _ok">'+xe.cmd_confirm+'</button>\
<button type="submit" class="x_btn x_btn-inverse x_pull-right x_btn-primary _ok">'+xe.cmd_confirm+'</button>\
</div>');
$("body").append($msgBox);