diff --git a/modules/editor/components/emoticon/tpl/popup.css b/modules/editor/components/emoticon/tpl/popup.css
index d091d39fe..734cce3e0 100644
--- a/modules/editor/components/emoticon/tpl/popup.css
+++ b/modules/editor/components/emoticon/tpl/popup.css
@@ -1,6 +1,5 @@
@charset "utf-8";
-
@import url(../../../../../modules/admin/tpl/css/admin.css);
-img.emoticon { margin:10px 10px 0 0; cursor:pointer; }
-.emoticonList { position:absolute; right:40px; top:4px;}
-
+@import url(../../../../../common/css/bootstrap.css);
+img.emoticon{ margin:10px 10px 0 0; cursor:pointer}
+#emoticons{padding:0 10px 20px 10px}
diff --git a/modules/editor/components/emoticon/tpl/popup.html b/modules/editor/components/emoticon/tpl/popup.html
index 4c0d9d757..3fe5aa7c7 100644
--- a/modules/editor/components/emoticon/tpl/popup.html
+++ b/modules/editor/components/emoticon/tpl/popup.html
@@ -1,11 +1,15 @@
-
-
-
{$component_info->title} ver. {$component_info->version}
-
-
-
-
+
+
+
+ {$component_info->title} ver. {$component_info->version}
+
+
+
+
+
+
+
diff --git a/modules/editor/components/image_gallery/tpl/popup.css b/modules/editor/components/image_gallery/tpl/popup.css
index 405940dfb..07ec5644c 100644
--- a/modules/editor/components/image_gallery/tpl/popup.css
+++ b/modules/editor/components/image_gallery/tpl/popup.css
@@ -1,6 +1,6 @@
@charset "utf-8";
@import url(../../../../../modules/admin/tpl/css/admin.css);
-
+@import url(../../../../../common/css/bootstrap.css);
li { float:left; list-style:none; margin-right:5px; }
img.bg_preview_color {
diff --git a/modules/editor/components/image_gallery/tpl/popup.html b/modules/editor/components/image_gallery/tpl/popup.html
index 1d1ad084e..c56e2e243 100644
--- a/modules/editor/components/image_gallery/tpl/popup.html
+++ b/modules/editor/components/image_gallery/tpl/popup.html
@@ -76,3 +76,84 @@
{$lang->about_component}
+
+ {$component_info->title} ver. {$component_info->version}
+