Issue 2581 fixed. IE9 modal horizontal scroll bug fix.

git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@11725 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ChanMyeong 2012-10-16 02:43:59 +00:00
parent 6c9185484b
commit ef9cd29a7e
2 changed files with 2 additions and 0 deletions

View file

@ -93,6 +93,7 @@ body>.x,.x label,.x table,.x input,.x textarea,.x select,.x button{font-size:13p
.x button{line-height:16px}
.x select{width:auto;margin:0 4px 0 0;padding:0;height:26px;line-height:26px}
.x select[multiple]{height:auto}
.x .x_tab-content{overflow-x:hidden}
/* Custom Styles */
.x .section{margin:20px 0 40px 0}
.x .section>h1{position:relative}

View file

@ -93,6 +93,7 @@ body>.x,.x label,.x table,.x input,.x textarea,.x select,.x button{font-size:13p
.x button{line-height:16px}
.x select{width:auto;margin:0 4px 0 0;padding:0;height:26px;line-height:26px}
.x select[multiple]{height:auto}
.x .x_tab-content{overflow-x:hidden}
/* Custom Styles */
.x .section{margin:20px 0 40px 0}
.x .section>h1{position:relative}