From c1d786e1f6a3b60a6716e00088d40efbe728125c 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: Thu, 22 Feb 2024 17:44:57 +0900 Subject: [PATCH] =?UTF-8?q?2024/02/22=20=EA=B4=80=EB=A6=AC=EC=9E=90?= =?UTF-8?q?=ED=8E=98=EC=9D=B4=EC=A7=80=20=EC=8A=A4=ED=83=80=EC=9D=BC=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../oprtn/fndthEnhanceTrn/fndthEduPrcsAplctPrdMngDetail.jsp | 2 +- .../WEB-INF/jsp/oprtn/otsdCprtnPrcs/eduPrcsMngList.jsp | 2 +- src/main/webapp/visitEdu/adm/publish/css/content.css | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/main/webapp/WEB-INF/jsp/oprtn/fndthEnhanceTrn/fndthEduPrcsAplctPrdMngDetail.jsp b/src/main/webapp/WEB-INF/jsp/oprtn/fndthEnhanceTrn/fndthEduPrcsAplctPrdMngDetail.jsp index 40d8967c..537bce8a 100644 --- a/src/main/webapp/WEB-INF/jsp/oprtn/fndthEnhanceTrn/fndthEduPrcsAplctPrdMngDetail.jsp +++ b/src/main/webapp/WEB-INF/jsp/oprtn/fndthEnhanceTrn/fndthEduPrcsAplctPrdMngDetail.jsp @@ -479,7 +479,7 @@ - 강사 배치 정보가 없습니다. + 강사 배치 정보가 없습니다. diff --git a/src/main/webapp/WEB-INF/jsp/oprtn/otsdCprtnPrcs/eduPrcsMngList.jsp b/src/main/webapp/WEB-INF/jsp/oprtn/otsdCprtnPrcs/eduPrcsMngList.jsp index 934a5e66..d4aca4a6 100644 --- a/src/main/webapp/WEB-INF/jsp/oprtn/otsdCprtnPrcs/eduPrcsMngList.jsp +++ b/src/main/webapp/WEB-INF/jsp/oprtn/otsdCprtnPrcs/eduPrcsMngList.jsp @@ -242,7 +242,7 @@ - +   ');" style="cursor:pointer;"> diff --git a/src/main/webapp/visitEdu/adm/publish/css/content.css b/src/main/webapp/visitEdu/adm/publish/css/content.css index 9cdcd64d..4aaa9fe6 100644 --- a/src/main/webapp/visitEdu/adm/publish/css/content.css +++ b/src/main/webapp/visitEdu/adm/publish/css/content.css @@ -63,15 +63,15 @@ .btn_wrap button:first-child{margin-left: 0;} .btn_wrap button:last-child{margin-right: 0;} -.btn_type01{border: 1px solid #d04400; background-color: #fff; color: #d04400;} +.btn_type01{border: 1px solid #d04400; background-color: #fff; color: #d04400; border-radius: 5px;} .btn_type01:hover{background-color: #faf5f2;} .btn_type02{ background-color: #999; color: #fff; } .btn_type02:hover{background-color: #888;} .btn_type03{border: 1px solid #888; background-color: #fff; color: #888;} .btn_type03:hover{background-color: #f5f5f5;} -.btn_type04{background-color: #3a72db; color: #fff;} +.btn_type04{background-color: #3a72db; color: #fff; border-radius: 5px;} .btn_type04:hover{background-color: #1854c3;} -.btn_type05{ background-color: #d04400; color: #fff;} +.btn_type05{ background-color: #d04400; color: #fff; border-radius: 5px;} .btn_type05:hover{background-color: #c03f00;} .btn_type06{color: #3a72db; border: 1px solid #3a72db; background-color: #fff; border-radius: 5px;} .btn_type06:hover{background-color: #f1f5fb;}