From 1af765ed91315063541a55ea19396db545539ecf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?ITN=5F=EB=94=94=EC=9E=90=EC=9D=B8=ED=8C=80?= Date: Mon, 18 Dec 2023 16:09:41 +0900 Subject: [PATCH] =?UTF-8?q?2023/12/18=20=EC=B0=BE=EA=B5=90=20>=20=EA=B4=80?= =?UTF-8?q?=EB=A6=AC=EC=9E=90=ED=8E=98=EC=9D=B4=EC=A7=80=20>=20NEW=20?= =?UTF-8?q?=EC=95=84=EC=9D=B4=EC=BD=98=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/WEB-INF/jsp/main/EgovMainList.jsp | 2 +- .../webapp/visitEdu/adm/publish/css/content_sub.css | 10 +++++++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/src/main/webapp/WEB-INF/jsp/main/EgovMainList.jsp b/src/main/webapp/WEB-INF/jsp/main/EgovMainList.jsp index a766a2f0..1e2e3614 100644 --- a/src/main/webapp/WEB-INF/jsp/main/EgovMainList.jsp +++ b/src/main/webapp/WEB-INF/jsp/main/EgovMainList.jsp @@ -124,7 +124,7 @@ function fn_goDetail(cmmNotifyOrd){ new - 확인완료 + NEW확인완료 diff --git a/src/main/webapp/visitEdu/adm/publish/css/content_sub.css b/src/main/webapp/visitEdu/adm/publish/css/content_sub.css index cae042f1..2bc9d781 100644 --- a/src/main/webapp/visitEdu/adm/publish/css/content_sub.css +++ b/src/main/webapp/visitEdu/adm/publish/css/content_sub.css @@ -98,4 +98,12 @@ .calBtn {padding: 0 10px; border: 0; background-color: inherit;} .calendar_in img {position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%)} -.dateInput {width: } \ No newline at end of file +.dateInput {width: } + +/*관리자 NEW 아이콘 추가*/ +.new_icon{background-color: #e95504; font-size: 12px; color: #fff; border-radius: 5px; padding: 0 5px 2px 5px; margin: 0 4px 0 -33PX;} + +@media all and (max-width: 1750px){ +/*관리자 NEW 아이콘 추가*/ +.new_icon{display: block; width: 30px; margin: 0 auto; padding: 1px 5px 2px 5px;} +}