From efbdeb47c4ae53eea229377ab4b3726cacc60952 Mon Sep 17 00:00:00 2001 From: kmg Date: Fri, 22 Dec 2023 11:46:36 +0900 Subject: [PATCH] =?UTF-8?q?2023/12/22=20=EB=A0=88=EC=9D=B4=EC=96=B4?= =?UTF-8?q?=ED=8C=9D=EC=97=85=20=EC=97=AC=EB=B0=B1=EC=88=98=EC=A0=95=20?= =?UTF-8?q?=EB=B0=8F=20=EC=97=85=EB=A1=9C=EB=93=9C=20=EA=B0=80=EB=8A=A5?= =?UTF-8?q?=ED=99=95=EC=9E=A5=EC=9E=90=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../aplct/adultVisitEdu/eduEnd/eduEndDetail.jsp | 10 +++++++--- .../content/dropzone_file_before_only_img.png | Bin 0 -> 8990 bytes 2 files changed, 7 insertions(+), 3 deletions(-) create mode 100644 src/main/webapp/visitEdu/usr/publish/images/content/dropzone_file_before_only_img.png diff --git a/src/main/webapp/WEB-INF/jsp/web/ve/aplct/adultVisitEdu/eduEnd/eduEndDetail.jsp b/src/main/webapp/WEB-INF/jsp/web/ve/aplct/adultVisitEdu/eduEnd/eduEndDetail.jsp index b0be4da5..cef35c3a 100644 --- a/src/main/webapp/WEB-INF/jsp/web/ve/aplct/adultVisitEdu/eduEnd/eduEndDetail.jsp +++ b/src/main/webapp/WEB-INF/jsp/web/ve/aplct/adultVisitEdu/eduEnd/eduEndDetail.jsp @@ -46,12 +46,16 @@ background-color: #f9f9f9 !important; } #fileControl{margin: 8px 0 0 0; border: 1px solid #d5d5d5; border-radius: 5px; height: 150px !important; background-color: #fafafa;} - .innorix_basic div.irx_filetree.empty-uploader{background: url(/offedu/visitEdu/usr/publish/images/content/dropzone_file_before.png) no-repeat center; height: 150px !important;} + .innorix_basic div.irx_filetree.empty-uploader{background: url(/offedu/visitEdu/usr/publish/images/content/dropzone_file_before_only_img.png) no-repeat center; height: 150px !important;} .irx_filetree,.innorix_basic div.irx_infoBox{height: 150px !important; } tbody#rsltId input { width: 100%; } + .popup_cont .tb_type01.tb_write {margin:0 0 20px 0;} + .popup_cont .popup_cont.upload_area {margin:-20px 0 0 0;} + .popup_cont .pop_btn_wrap.btn_layout01 {margin:-20px 0 0 0;} +