From cbbee40741f80aff90dc9b567ffb7d7bf59ec20b Mon Sep 17 00:00:00 2001 From: kmg Date: Wed, 31 Jan 2024 16:46:33 +0900 Subject: [PATCH] =?UTF-8?q?2024/01/31=20=EA=B4=80=EB=A6=AC=EC=9E=90?= =?UTF-8?q?=ED=8E=98=EC=9D=B4=EC=A7=80=20=ED=8C=9D=EC=97=85=EC=B0=BD=20?= =?UTF-8?q?=EB=B2=84=ED=8A=BC=20=EC=8A=A4=ED=83=80=EC=9D=BC=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/visitEdu/adm/publish/css/popup.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/webapp/visitEdu/adm/publish/css/popup.css b/src/main/webapp/visitEdu/adm/publish/css/popup.css index cc735ee3..7578da34 100644 --- a/src/main/webapp/visitEdu/adm/publish/css/popup.css +++ b/src/main/webapp/visitEdu/adm/publish/css/popup.css @@ -50,6 +50,7 @@ /* list_상세 */ .pop_tb_type02{width: 100%; border-top: 1px solid #000; margin-bottom: 30px;table-layout: fixed;} .pop_pop_tb_type01+.pop_tb_type02{margin-top: 15px;} +.pop_tb_type02 button {padding: 4px 18px 5px 18px; border-radius: 5px; font-size: 16px;} .pop_tb_type02>tbody>tr{border-bottom: 1px solid #ccc;} .pop_tb_type02>tbody>tr>th,.pop_tb_type02>tbody>tr>td{height: 46px; padding-left: 10px; text-align: left; box-sizing: border-box; font-size: 16px; line-height: 1.3; letter-spacing: -1px;} .pop_tb_type02>tbody>tr>th{background-color: #f3f3f3; font-size: 16px; font-weight: 400; padding: 14px 0 14px 10px;color: #222;}