Panel dropping bug in IE fixed

git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@11873 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
nagoon97 2012-10-24 06:50:30 +00:00
parent a867fadebd
commit a7dfeb8b28
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
/* Site */
body>.x{max-width:none !important}
.x>.xin>.body>.content{margin-bottom:0}
#site{position:relative;overflow-x:auto;overflow-y:hidden;white-space:nowrap;margin-top:10px;padding:3px}
#site{position:relative;overflow-x:auto;overflow-y:hidden;white-space:nowrap;margin-top:10px;padding:3px;word-wrap:normal}
#site .btnBoth,
#site .x_btn-group{text-align:right;margin:10px 0}
#site .btnBoth:after{content:"";display:block;clear:both}