From a93f332ad69f08989464e2534693ecc6e565e921 Mon Sep 17 00:00:00 2001 From: BJRambo Date: Tue, 29 Apr 2014 08:43:35 +0900 Subject: [PATCH] =?UTF-8?q?=EB=AA=A8=EB=B0=94=EC=9D=BC=20admin=ED=8E=98?= =?UTF-8?q?=EC=9D=B4=EC=A7=80=20=EC=A0=91=EA=B7=BC=EC=8B=9C=20=EC=A7=81?= =?UTF-8?q?=EA=B4=80=EC=A0=81=EC=9D=B4=EC=A7=80=20=EC=95=8A=EC=9D=80=20?= =?UTF-8?q?=EB=A9=94=EB=89=B4=20=EC=95=84=EC=9D=B4=EC=BD=98=20=EC=A7=81?= =?UTF-8?q?=EA=B4=80=EC=A0=81=EC=9C=BC=EB=A1=9C=20=ED=91=9C=EA=B8=B0.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 모바일에서 잘보이지 않은 아이콘을 잘보일 수 있도록 만들었습니다. --- modules/admin/tpl/css/admin.bootstrap.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/admin/tpl/css/admin.bootstrap.css b/modules/admin/tpl/css/admin.bootstrap.css index 9e2ac13600..2671cfa6cb 100644 --- a/modules/admin/tpl/css/admin.bootstrap.css +++ b/modules/admin/tpl/css/admin.bootstrap.css @@ -751,7 +751,7 @@ .x [class^="x_icon-"], .x [class*=" x_icon-"]{display:inline-block;width:14px;height:14px;margin-top:1px;*margin-right:.3em;line-height:14px;vertical-align:text-top;background-image:url("../img/glyphicons-halflings.png");background-position:14px 14px;background-repeat:no-repeat} /* White icons with optional class, or on hover/active states of certain elements */ -.x .x_icon-white, +#gnb.gnb.open .x_icon-white, .x .x_nav-pills>.x_active>a>[class^="x_icon-"], .x .x_nav-pills>.x_active>a>[class*=" x_icon-"], .x .x_nav-list>.x_active>a>[class^="x_icon-"], @@ -1591,4 +1591,4 @@ to{background-position:0 0} .x .x_hide{display:none} .x .x_show{display:block} .x .x_invisible{visibility:hidden} -.x .x_affix{position:fixed} \ No newline at end of file +.x .x_affix{position:fixed}