From 816cb4d24f97f13fbeac2fa099b862dc8cf2d517 Mon Sep 17 00:00:00 2001 From: leebeomjun Date: Wed, 22 Mar 2023 16:20:11 +0900 Subject: [PATCH] =?UTF-8?q?style=20:=20iframe=20css=EC=84=A4=EC=A0=95=20?= =?UTF-8?q?=EC=9C=84=EC=B9=98=20=EB=B3=80=EA=B2=BD(index.css=20->=20common?= =?UTF-8?q?-style.css)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../webapp/WEB-INF/jsp/framework/biz/cmm/XitMain2.jsp | 1 + src/main/webapp/resources/biz/common/css/index.css | 7 ------- .../webapp/resources/framework/css/cmmn/common-style.css | 8 ++++++++ 3 files changed, 9 insertions(+), 7 deletions(-) diff --git a/src/main/webapp/WEB-INF/jsp/framework/biz/cmm/XitMain2.jsp b/src/main/webapp/WEB-INF/jsp/framework/biz/cmm/XitMain2.jsp index 03f5cea8..abed301b 100644 --- a/src/main/webapp/WEB-INF/jsp/framework/biz/cmm/XitMain2.jsp +++ b/src/main/webapp/WEB-INF/jsp/framework/biz/cmm/XitMain2.jsp @@ -279,3 +279,4 @@ --> + \ No newline at end of file diff --git a/src/main/webapp/resources/biz/common/css/index.css b/src/main/webapp/resources/biz/common/css/index.css index ab2970bd..e7fb0cee 100644 --- a/src/main/webapp/resources/biz/common/css/index.css +++ b/src/main/webapp/resources/biz/common/css/index.css @@ -2352,10 +2352,3 @@ input[data-fmt-type=number] { padding-right: 10px; } -/*2023.03.22 iframe css 추가*/ -.iframe-main { - padding-left: 20px!important; -} -.iframe-main .mobile_inner{ - display:none; -} \ No newline at end of file diff --git a/src/main/webapp/resources/framework/css/cmmn/common-style.css b/src/main/webapp/resources/framework/css/cmmn/common-style.css index 0fcf1757..490c9314 100644 --- a/src/main/webapp/resources/framework/css/cmmn/common-style.css +++ b/src/main/webapp/resources/framework/css/cmmn/common-style.css @@ -2009,3 +2009,11 @@ div.guide ul li{ background-color: #b5c1dc57; border-radius: 8px; } + +/*2023.03.22 iframe css 추가*/ +.iframe-main { + padding-left: 20px; +} +.iframe-main .mobile_inner{ + display:none; +} \ No newline at end of file