From 3b846ceb5c67836ba8ce29a30502e1fc2d700d90 Mon Sep 17 00:00:00 2001 From: kmg Date: Tue, 28 Nov 2023 12:50:28 +0900 Subject: [PATCH] =?UTF-8?q?2023/11/28=20=EA=B5=90=EC=9C=A1=EB=B0=B0?= =?UTF-8?q?=EC=B9=98=EA=B4=80=EB=A6=AC=20=EA=B2=80=EC=83=89=ED=99=94?= =?UTF-8?q?=EB=A9=B4=20=EC=A0=95=EB=A0=AC=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../oprtn/tngrVisitEdu/eduCnfrmMngList.jsp | 28 +++++++++---------- .../visitEdu/adm/publish/css/content.css | 3 ++ 2 files changed, 17 insertions(+), 14 deletions(-) diff --git a/src/main/webapp/WEB-INF/jsp/oprtn/tngrVisitEdu/eduCnfrmMngList.jsp b/src/main/webapp/WEB-INF/jsp/oprtn/tngrVisitEdu/eduCnfrmMngList.jsp index f5359c7a..59ad04a2 100644 --- a/src/main/webapp/WEB-INF/jsp/oprtn/tngrVisitEdu/eduCnfrmMngList.jsp +++ b/src/main/webapp/WEB-INF/jsp/oprtn/tngrVisitEdu/eduCnfrmMngList.jsp @@ -970,19 +970,18 @@

학교(기관)명

-
- +
+
+ -
-
- +
+
+ - - - - -
+ + +
@@ -991,13 +990,14 @@

강사명

-
+
+
-
-
+
+
-
+
diff --git a/src/main/webapp/visitEdu/adm/publish/css/content.css b/src/main/webapp/visitEdu/adm/publish/css/content.css index a466044f..15c3b9db 100644 --- a/src/main/webapp/visitEdu/adm/publish/css/content.css +++ b/src/main/webapp/visitEdu/adm/publish/css/content.css @@ -84,6 +84,9 @@ .btn_down_excel{ height: 40px; padding: 0 18px 0 41px; border: 1px solid #0e8040; margin-left: 2px; background-color: #f9f9f9; color: #0e803f; font-size: 16px; border-radius: 5px; box-sizing: border-box; letter-spacing: -0.5px; background-image: url(../image/content/btn_down_excel.png); background-repeat: no-repeat; background-position: 18px center; vertical-align: middle;} .btn_down_excel:hover{background-color: #f2f2f2;} +.right_box {text-align:right;} +.right_box .btn_type06 {font-size:16px; width:200px; padding:0 3px; margin:1px 0;} + /* 기타 input select type */ input[type="text"]:disabled,input[type="password"]:disabled{border: 1px solid #d5d5d5; background-color: #ededed; color: #888; height: 40px; border-radius: 5px; padding: 0 0 0 14px; font-size: 16px;} input[type="text"],input[type="password"],select{height: 40px; border: 1px solid #d5d5d5; border-radius: 5px; padding: 0 0 0 14px; font-size: 16px; color: #222; box-sizing: border-box;}