issue 160, fixed a bug related multiple toggle contents of multi language

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9359 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
flyskyko 2011-09-27 07:59:17 +00:00
parent cb18ff3064
commit 17803c5a14
6 changed files with 21 additions and 17 deletions

View file

@ -378,10 +378,10 @@ body.modalContainer{_height:100%;_width:100%} /* IE6 only */
.x .langEdit .langList li a{display:inline-block;width:80px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
.x .langEdit .langList li.active{background:url(../img/iconArrow.gif) no-repeat right -188px}
.x .langEdit.showChild .langList{display:block}
.x .langEdit #langInput{background:#fff}
.x .langEdit #langInput h2{padding:5px 10px;margin:0 0 -1px 0;font-size:12px;font-weight:normal;color:#666;border:1px solid #eee;border-top-color:#ccc}
.x .langEdit #langInput h2 strong{color:#000;font-size:14px}
.x .langEdit.showChild #langInput{position:absolute;left:285px;top:0}
.x .langEdit .langInput{background:#fff}
.x .langEdit .langInput h2{padding:5px 10px;margin:0 0 -1px 0;font-size:12px;font-weight:normal;color:#666;border:1px solid #eee;border-top-color:#ccc}
.x .langEdit .langInput h2 strong{color:#000;font-size:14px}
.x .langEdit.showChild .langInput{position:absolute;left:285px;top:0}
.x .langEdit li.en input,
.x .langEdit li.en textarea,
.x .mLangEdit li.en textarea{background:url(../img/flag.us.gif) no-repeat 99% 5px}