Issue 2443. Modal Window UI fixed.

git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@11504 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ChanMyeong 2012-09-25 09:18:48 +00:00
parent 0956f8db6f
commit 98b5117623
2 changed files with 2 additions and 2 deletions

View file

@ -54,7 +54,7 @@ body>.x,.x label,.x table,.x input,.x textarea,.x select,.x button{font-size:13p
.x input[type="search"]+.x_btn+.x_btn{line-height:20px;font-size:14px;padding:4px 14px}
.x_modal,
.x_modal-backdrop{display:none}
.x_modal{width:90%;margin-left:-45%}
.x.x_modal{padding:0;width:90%;margin:-250px 0 0 -45%;max-width:none}
/* Custom Styles */
.x .section{margin:20px 0}
.x .section>h1{position:relative}

View file

@ -54,7 +54,7 @@ body>.x,.x label,.x table,.x input,.x textarea,.x select,.x button{font-size:13p
.x input[type="search"]+.x_btn+.x_btn{line-height:20px;font-size:14px;padding:4px 14px}
.x_modal,
.x_modal-backdrop{display:none}
.x_modal{width:90%;margin-left:-45%}
.x.x_modal{padding:0;width:90%;margin:-250px 0 0 -45%;max-width:none}
/* Custom Styles */
.x .section{margin:20px 0}
.x .section>h1{position:relative}