Modal UI enhancement.

git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12310 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ChanMyeong 2012-11-27 08:49:46 +00:00
parent db95e36caf
commit 75081a05a1
3 changed files with 16 additions and 12 deletions

View file

@ -234,9 +234,11 @@ body>.x{max-width:none !important}
#layout .mask{display:none;position:absolute;width:100%;height:100%;left:0;top:0;background:#fff;opacity:.5;filter:alpha(opacity=50);z-index:99}
#layout .disabled>.mask{display:block;cursor:not-allowed}
/* Message Box */
#msgBox {width:600px;margin-left:-300px}
#msgBox._small {width:400px;margin-left:-200px}
#msgBox{width:600px;margin-left:-300px}
#msgBox._small{width:400px;margin-left:-200px}
#msgBox._nobody .x_modal-body,
#msgBox._type_alert ._cancel{display:none}
#msgBox._nobody .x_modal-footer{border-top:0}
/* Divide local/global settings view */
._siteDesign #design ._item,
._siteDesign #design .x_close,