Multilingual UI debugging.

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8876 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ChanMyeong 2011-08-25 04:16:12 +00:00
parent 0ff789ed42
commit 14d0daa285
4 changed files with 546 additions and 27 deletions

View file

@ -294,8 +294,8 @@ button.text{border:0;overflow:visible;padding:0;margin:0;color:#33a;background:n
/* Dashboard */
.dashboard{position:relative;float:none;width:auto;margin-left:-230px}
.dashboard .portlet{float:left;width:48%;margin-right:1em}
.dashboard .portlet:nth-of-type(odd){ float:left;width:49%;margin-right:0}
.dashboard .portlet:nth-of-type(even){ float:right;width:49%;margin-right:0}
.dashboard .portlet:nth-of-type(odd){float:left;width:49%;margin-right:0}
.dashboard .portlet:nth-of-type(even){float:right;width:49%;margin-right:0}
/* Search */
.search{zoom:1}
.search:after{content:"";display:block;clear:both}
@ -358,9 +358,9 @@ button.text{border:0;overflow:visible;padding:0;margin:0;color:#33a;background:n
.siteMap li li li li li li li li li li li li .hr{left:336px}
.siteMap .side{padding-top:0 !important;padding-bottom:0 !important;line-height:30px;background:transparent !important}
.siteMap .side button{text-indent:0;line-height:1}
.siteMap .tgMap{position:absolute; top:12px; right:1em; padding:0 16px 0 0; line-height:16px; background:url(../img/iconArrow.gif) no-repeat right -126px}
.siteMap .tgMap{position:absolute;top:12px;right:1em;padding:0 16px 0 0;line-height:16px;background:url(../img/iconArrow.gif) no-repeat right -126px}
.siteMap.fold .tgMap{background-position:right -158px}
.siteMap.fold .h2{border-bottom-color:#fff; border-radius:5px}
.siteMap.fold .h2{border-bottom-color:#fff;border-radius:5px}
.siteMap .placeholder{background:#bbb}
.siteMap .draggable,
.siteMap .draggable .moveTo{background-color:#ddd}
@ -378,8 +378,7 @@ button.text{border:0;overflow:visible;padding:0;margin:0;color:#33a;background:n
.langEdit p, .langEdit .btnArea{white-space:normal}
.langEdit li.en input, .mLangEdit li.en textarea{background:url(../img/flag.us.gif) no-repeat 99% 5px}
.langEdit li.ko input, .mLangEdit li.ko textarea{background:url(../img/flag.kr.gif) no-repeat 99% 5px}
.langEdit li.ja input, .mLangEdit li.ja textarea{background:url(../img/flag.jp.gif) no-repeat 99% 5px}
.langEdit li.zh input, .mLangEdit li.zh textarea{background:url(../img/flag.cn.gif) no-repeat 99% 5px}
.langEdit li.jp input, .mLangEdit li.jp textarea{background:url(../img/flag.jp.gif) no-repeat 99% 5px}
.langEdit li.fr input, .mLangEdit li.fr textarea{background:url(../img/flag.fr.gif) no-repeat 99% 5px}
.langEdit li.de input, .mLangEdit li.de textarea{background:url(../img/flag.de.gif) no-repeat 99% 5px}
.langEdit li.ru input, .mLangEdit li.ru textarea{background:url(../img/flag.ru.gif) no-repeat 99% 5px}
@ -387,10 +386,10 @@ button.text{border:0;overflow:visible;padding:0;margin:0;color:#33a;background:n
.langEdit li.tr input, .mLangEdit li.tr textarea{background:url(../img/flag.tr.gif) no-repeat 99% 5px}
.langEdit li.vi input, .mLangEdit li.vi textarea{background:url(../img/flag.vn.gif) no-repeat 99% 5px}
.langEdit li.mn input, .mLangEdit li.mn textarea{background:url(../img/flag.mn.gif) no-repeat 99% 5px}
.langEdit li.zh-CN input, .mLangEdit li.zh-CN textarea, .langEdit li.zh-TW input, .mLangEdit li.zh-TW textarea{background:url(../img/flag.cn.gif) no-repeat 99% 5px}
.mLangEdit.en strong{background:url(../img/flag.us.gif) no-repeat 0 10px}
.mLangEdit.ko strong{background:url(../img/flag.kr.gif) no-repeat 0 10px}
.mLangEdit.ja strong{background:url(../img/flag.jp.gif) no-repeat 0 10px}
.mLangEdit.zh strong{background:url(../img/flag.cn.gif) no-repeat 0 10px}
.mLangEdit.jp strong{background:url(../img/flag.jp.gif) no-repeat 0 10px}
.mLangEdit.fr strong{background:url(../img/flag.fr.gif) no-repeat 0 10px}
.mLangEdit.de strong{background:url(../img/flag.de.gif) no-repeat 0 10px}
.mLangEdit.ru strong{background:url(../img/flag.ru.gif) no-repeat 0 10px}
@ -398,15 +397,17 @@ button.text{border:0;overflow:visible;padding:0;margin:0;color:#33a;background:n
.mLangEdit.tr strong{background:url(../img/flag.tr.gif) no-repeat 0 10px}
.mLangEdit.vi strong{background:url(../img/flag.vn.gif) no-repeat 0 10px}
.mLangEdit.mn strong{background:url(../img/flag.mn.gif) no-repeat 0 10px}
.mLangEdit.zh-CN strong, .mLangEdit.zh-TW strong{background:url(../img/flag.cn.gif) no-repeat 0 10px}
.mLangEdit ul ul{border:0}
.mLangEdit li{ position:relative;padding:0}
.mLangEdit li strong{ display:inline-block;padding:6px 100px 8px 24px;font-weight:normal;line-height:1.5}
.mLangEdit li .side{ position:absolute;top:8px;right:0;padding-right:18px;background:url(../img/iconArrow.gif) no-repeat right -160px}
.mLangEdit li li{ border:0;padding-right:36px}
.mLangEdit li textarea{ width:100%;height:16px;padding-right:30px;resize:vertical;line-height:1.4}
.mLangEdit li label{ top:8px !important}
.mLangEdit li.active strong{ font-weight:bold}
.mLangEdit li.active .side{ background-position:right -128px}
.mLangEdit li{position:relative;padding:0}
.mLangEdit li strong{display:inline-block;padding:6px 100px 8px 24px;font-weight:normal;line-height:1.5}
.mLangEdit li .side{position:absolute;top:8px;right:0;padding-right:18px;background:url(../img/iconArrow.gif) no-repeat right -160px}
.mLangEdit li li{border:0;padding-right:36px}
.mLangEdit li textarea{width:100%;height:16px;padding-right:30px;resize:vertical;line-height:1.4}
.mLangEdit li label{top:8px !important}
.mLangEdit li.active{background:#FFFDEF}
.mLangEdit li.active strong{font-weight:bold}
.mLangEdit li.active .side{background-position:right -128px}
.modal .mLangEdit ul{padding-bottom:1em}
.modal .mLangEdit li{border:0;padding-right:36px}
/* Suggestion */

File diff suppressed because one or more lines are too long