diff --git a/classes/display/HTMLDisplayHandler.php b/classes/display/HTMLDisplayHandler.php
index 2254c2694..cf2556c27 100644
--- a/classes/display/HTMLDisplayHandler.php
+++ b/classes/display/HTMLDisplayHandler.php
@@ -394,7 +394,6 @@ class HTMLDisplayHandler
if(Context::get('module') == 'admin' || strpos(Context::get('act'), 'Admin') > 0)
{
Context::loadFile(array('./modules/admin/tpl/css/admin.css', '', '', 10), true);
- Context::loadFile(array("./modules/admin/tpl/css/admin_{$lang_type}.css", '', '', 10), true);
Context::loadFile(array("./modules/admin/tpl/css/admin.iefix.css", '', 'ie', 10), true);
Context::loadFile('./modules/admin/tpl/js/admin.js', true);
Context::loadFile(array('./modules/admin/tpl/css/admin.bootstrap.css', '', '', 1), true);
diff --git a/modules/admin/tpl/css/admin.css b/modules/admin/tpl/css/admin.css
index b0180e4c0..efe7a46fd 100644
--- a/modules/admin/tpl/css/admin.css
+++ b/modules/admin/tpl/css/admin.css
@@ -2389,3 +2389,36 @@ html[lang="mn"] .x .g11n.active>[disabled],
height: 1px;
overflow: hidden;
}
+
+/* language specific styles */
+/* English admin_en.css */
+html:lang(en) body>.x,
+html:lang(en) .x table,
+html:lang(en) .x input,
+html:lang(en) .x textarea,
+html:lang(en) .x select,
+html:lang(en) .x button{font-family:Arial,Helvetica,sans-serif}
+@media all and (max-width:980px){
+ html:lang(en) body>.x,
+ html:lang(en) .x table,
+ html:lang(en) .x input,
+ html:lang(en) .x textarea,
+ html:lang(en) .x select,
+ html:lang(en) .x button{font-family:sans-serif}
+}
+
+/* Korean admin_ko.css */
+html:lang(ko) body>.x,
+html:lang(ko) .x table,
+html:lang(ko) .x input,
+html:lang(ko) .x textarea,
+html:lang(ko) .x select,
+html:lang(ko) .x button{font-family:'나눔고딕',NanumGothic,'맑은 고딕','Apple SD Gothic Neo','돋움',Dotum,Arial,Helvetica,sans-serif}
+
+/* Japanese admin_jp.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
diff --git a/modules/admin/tpl/css/admin_en.css b/modules/admin/tpl/css/admin_en.css
deleted file mode 100644
index 6cbb6efe0..000000000
--- a/modules/admin/tpl/css/admin_en.css
+++ /dev/null
@@ -1,5 +0,0 @@
-@charset "utf-8";
-body>.x,.x table,.x input,.x textarea,.x select,.x button{font-family:Arial,Helvetica,sans-serif}
-@media all and (max-width:980px){
-body>.x,.x table,.x input,.x textarea,.x select,.x button{font-family:sans-serif}
-}
\ No newline at end of file
diff --git a/modules/admin/tpl/css/admin_jp.css b/modules/admin/tpl/css/admin_jp.css
deleted file mode 100644
index 178114846..000000000
--- a/modules/admin/tpl/css/admin_jp.css
+++ /dev/null
@@ -1,5 +0,0 @@
-@charset "utf-8";
-body>.x,.x table,.x input,.x textarea,.x select,.x button{font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'MS Pゴシック',sans-serif}
-@media all and (max-width:980px){
-body>.x,.x table,.x input,.x textarea,.x select,.x button{font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'MS Pゴシック',sans-serif}
-}
\ No newline at end of file
diff --git a/modules/admin/tpl/css/admin_ko.css b/modules/admin/tpl/css/admin_ko.css
deleted file mode 100644
index d16de3ca5..000000000
--- a/modules/admin/tpl/css/admin_ko.css
+++ /dev/null
@@ -1,5 +0,0 @@
-@charset "utf-8";
-body>.x,.x table,.x input,.x textarea,.x select,.x button{font-family:나눔고딕,NanumGothic,돋움,Dotum,Arial,Helvetica,sans-serif}
-@media all and (max-width:980px){
-body>.x,.x table,.x input,.x textarea,.x select,.x button{font-family:sans-serif}
-}
\ No newline at end of file
diff --git a/modules/widget/tpl/widget_generate_code_in_page.html b/modules/widget/tpl/widget_generate_code_in_page.html
index 1780a887d..d6cf20908 100644
--- a/modules/widget/tpl/widget_generate_code_in_page.html
+++ b/modules/widget/tpl/widget_generate_code_in_page.html
@@ -1,7 +1,5 @@
-
-
diff --git a/modules/widget/tpl/widget_style_generate_code_in_page.html b/modules/widget/tpl/widget_style_generate_code_in_page.html
index ab3d1327e..25c6b0f01 100644
--- a/modules/widget/tpl/widget_style_generate_code_in_page.html
+++ b/modules/widget/tpl/widget_style_generate_code_in_page.html
@@ -1,7 +1,5 @@
-
-