diff --git a/src/main/webapp/WEB-INF/jsp/fims/biz/cmm/cmmFimsCrackdownEditPopup.jsp b/src/main/webapp/WEB-INF/jsp/fims/biz/cmm/cmmFimsCrackdownEditPopup.jsp index 94a4a306..1a69a650 100644 --- a/src/main/webapp/WEB-INF/jsp/fims/biz/cmm/cmmFimsCrackdownEditPopup.jsp +++ b/src/main/webapp/WEB-INF/jsp/fims/biz/cmm/cmmFimsCrackdownEditPopup.jsp @@ -275,7 +275,7 @@ Date Author Description - + + + diff --git a/src/main/webapp/resources/biz/common/css/iframe.css b/src/main/webapp/resources/biz/common/css/iframe.css new file mode 100644 index 00000000..a4299525 --- /dev/null +++ b/src/main/webapp/resources/biz/common/css/iframe.css @@ -0,0 +1,7 @@ +/*2023.03.22 iframe css 추가*/ +.iframe-wrap { + height: 100vh; + overflow-y:scroll; + padding-top: 20px; + padding-left: 20px; +} \ 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 2af3ade8..314fdabd 100644 --- a/src/main/webapp/resources/framework/css/cmmn/common-style.css +++ b/src/main/webapp/resources/framework/css/cmmn/common-style.css @@ -510,17 +510,6 @@ div.guide ul li{ color: red; } -.dragDiv { - margin: 10px; - padding: 10px; - background-color: #b5c1dc57; - border-radius: 8px; -} -/*2023.03.22 iframe css 추가*/ -.iframe-wrap { - height: 100vh; - overflow-y:scroll; - padding-top: 20px; - padding-left: 20px; -} + + diff --git a/src/main/webapp/resources/framework/css/cmmnDownloadingImg.css b/src/main/webapp/resources/framework/css/cmmnDownloadingImg.css new file mode 100644 index 00000000..06cbb977 --- /dev/null +++ b/src/main/webapp/resources/framework/css/cmmnDownloadingImg.css @@ -0,0 +1,6 @@ +.dragDiv { + margin: 10px; + padding: 10px; + background-color: #b5c1dc57; + border-radius: 8px; +} \ No newline at end of file