Fix #481 Missing flag in Japanese language display

This commit is contained in:
Kijin Sung 2016-05-05 16:38:48 +09:00
parent 46f15e0a68
commit 152c3de356
2 changed files with 6 additions and 6 deletions

View file

@ -1621,10 +1621,10 @@ html[lang="ko"] .x .g11n.active>[disabled],
#g11n .flag.ko {
background-image: url(../img/flag.ko.gif);
}
html[lang="jp"] .x .g11n.active>[disabled],
#g11n .item .jp,
#g11n .flag.jp {
background-image: url(../img/flag.jp.gif);
html[lang="ja"] .x .g11n.active>[disabled],
#g11n .item .ja,
#g11n .flag.ja {
background-image: url(../img/flag.ja.gif);
}
html[lang="zh"] .x .g11n.active>[disabled],
#g11n .item .zh-CN,
@ -2414,10 +2414,10 @@ html:lang(ko) .x textarea,
html:lang(ko) .x select,
html:lang(ko) .x button{font-family: 'NanumGothic', 'Malgun Gothic', 'Apple SD Gothic Neo', 'Dotum', Arial, Helvetica, sans-serif}
/* Japanese admin_jp.css */
/* Japanese admin_ja.css */
html:lang(ja) body>.x,
html:lang(ja) .x table,
html:lang(ja) .x input,
html:lang(ja) .x textarea,
html:lang(ja) .x select,
html:lang(ja) .x button{font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,' Pゴシック',sans-serif}
html:lang(ja) .x button{font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,' Pゴシック',sans-serif}