diff --git a/modules/admin/tpl/css/admin.css b/modules/admin/tpl/css/admin.css index 457e5590a..f38aa5585 100644 --- a/modules/admin/tpl/css/admin.css +++ b/modules/admin/tpl/css/admin.css @@ -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,'MS Pゴシック',sans-serif} \ No newline at end of file +html:lang(ja) .x button{font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'MS Pゴシック',sans-serif} diff --git a/modules/admin/tpl/img/flag.ja.gif b/modules/admin/tpl/img/flag.ja.gif new file mode 100644 index 000000000..d5fe72de4 Binary files /dev/null and b/modules/admin/tpl/img/flag.ja.gif differ