From c0359b61678b48d30b12b13a39f8a3babde1fe88 Mon Sep 17 00:00:00 2001 From: subsub Date: Thu, 4 Jan 2024 10:49:23 +0900 Subject: [PATCH 1/3] =?UTF-8?q?2024/01/04=20=EC=84=A0=EA=B1=B0=20=EC=88=98?= =?UTF-8?q?=EB=8F=99=EB=AC=B8=EC=9E=90=20=EB=B2=84=ED=8A=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/publish/css/content.css | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/src/main/webapp/publish/css/content.css b/src/main/webapp/publish/css/content.css index eb0d3f87..fd42f727 100644 --- a/src/main/webapp/publish/css/content.css +++ b/src/main/webapp/publish/css/content.css @@ -621,11 +621,11 @@ button.check_validity:hover {border: 1px solid #a3a3a3;box-shadow: 0px 0px 5px .sub .election .receipt_number_table_wrap .put_right .receipt_info .btn_reset i{display:inline-block;width:15px;height:13px;margin:-1px 2px 0 0;background:url(/publish/images/icon_reset.png) no-repeat center center;} .sub .election .list_bottom{display:flex;width:100%;align-items:center;justify-content:space-between;padding:0 0 10px 0;} .sub .election .list_bottom .pagination{display:inline-flex;width:auto;margin:0;justify-content:flex-start;} -.sub .election .list_bottom .pagination button{height:32px;} +.sub .election .list_bottom .pagination button{display:inline-flex;align-items:center;justify-content:center;height:32px;} .sub .election .list_bottom .list_bottom_right{float:none;display:inline-flex;justify-content:flex-end;} -.sub .election .list_bottom .list_bottom_right button{height:32px;padding:0 13px;font-weight:400 !important;} +.sub .election .list_bottom .list_bottom_right button{width:95px;height:32px;font-size:14px;padding:0 2px;font-weight:400 !important;} .sub .election .list_bottom .list_bottom_right>button{margin:0 4px 0 0;} -.sub .election .list_bottom .list_bottom_right .btn_yellow{display:inline-flex;align-items:center;padding:0 10px;} +.sub .election .list_bottom .list_bottom_right .btn_yellow{display:inline-flex;align-items:center;justify-content:center;padding:0 2px;} .sub .election .list_bottom .list_bottom_right .btn_yellow i.qmMark{background:url(/publish/images/content/qmIcon_black.png) no-repeat center;margin:0 0 0 2px;} /* 2023/12/07 선거문자 - 20건문자(수동문자) 전송 추가 table에서 ul로 변경 */ @@ -2175,8 +2175,8 @@ button.check_validity:hover {border: 1px solid #a3a3a3;box-shadow: 0px 0px 5px /* 선거문자 */ .sub .election .list_bottom{width:100%;} - .sub .election .receipt_number_table_wrap+.list_bottom .list_bottom_right button{letter-spacing:-1.4px;} - .sub .election .list_bottom .pagination button{width:30px;height:30px;} + .sub .election .list_bottom .list_bottom_right button{height:30px;font-size:14px;letter-spacing:-1.4px;} + .sub .election .list_bottom .pagination button{display:inline-flex;width:25px;height:30px;align-items:center;justify-content:center;} } @media only screen and (max-width:1380px){ @@ -2214,6 +2214,9 @@ button.check_validity:hover {border: 1px solid #a3a3a3;box-shadow: 0px 0px 5px /* 카카오톡 */ .kakaotalkset_cont .kakao_wrap .template_category{width: 259px;} + + /* 선거문자 */ + .sub .election .list_bottom .list_bottom_right button{width:90px;height:30px;font-size:14px;letter-spacing:-1.4px;} } @media only screen and (max-width:1300px){ From 253ce9ffa57366af6cebe3bccbf24fc8d5e80bcb Mon Sep 17 00:00:00 2001 From: subsub Date: Thu, 4 Jan 2024 10:55:10 +0900 Subject: [PATCH 2/3] =?UTF-8?q?2024/01/04=20=EC=84=A0=EA=B1=B0=20=EC=88=98?= =?UTF-8?q?=EB=8F=99=EB=AC=B8=EC=9E=90=201=EB=AA=85=EC=94=A9=20=EC=84=A0?= =?UTF-8?q?=ED=83=9D=EB=B2=84=ED=8A=BC=20=ED=98=B8=EB=B2=84=EC=8B=9C=20?= =?UTF-8?q?=EB=82=98=EC=98=A4=EB=8A=94=20=EB=A7=90=ED=92=8D=EC=84=A0=20wid?= =?UTF-8?q?th=EA=B0=92=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/publish/css/popupLayer.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/publish/css/popupLayer.css b/src/main/webapp/publish/css/popupLayer.css index 87480710..cff338eb 100644 --- a/src/main/webapp/publish/css/popupLayer.css +++ b/src/main/webapp/publish/css/popupLayer.css @@ -290,7 +290,7 @@ .error_hover_cont {top: 45px; right: -1px; width: 320px;line-height:1.4;} .test_hover_cont {top: 54px; right: -1px; width: 220px;} .addr_hover_cont {top:inherit;bottom:40px;} - +.sub .election .list_bottom_right .send_hover_cont{width:270px;} /* 통신사 고객센터 정보 */ From a27871b119153bf4be16a077a19341af9bd665d9 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, 4 Jan 2024 11:52:24 +0900 Subject: [PATCH 3/3] =?UTF-8?q?2024/01/04=20=EB=AC=B8=EC=9E=90=EC=98=A8=20?= =?UTF-8?q?>=20=ED=9B=84=EB=B3=B4=EC=9E=90=20=EB=93=B1=EB=A1=9D=20?= =?UTF-8?q?=ED=8C=9D=EC=97=85=20=ED=83=80=EC=9D=B4=ED=8B=80=20=EC=88=98?= =?UTF-8?q?=EC=A0=95=20+=20=EC=84=A0=EA=B1=B0=2020=EA=B1=B4=20=EB=AC=B8?= =?UTF-8?q?=EC=9E=90=20=EC=9D=B4=EC=9A=A9=EC=95=88=EB=82=B4=20=ED=8D=BC?= =?UTF-8?q?=EB=B8=94=EB=A6=AC=EC=8B=B1=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../jsp/web/msgcampain/MsgDataSMLView.jsp | 2 +- .../web/msgcampain/tw/MsgTWDataSMLView.jsp | 4 ++-- .../images/popup/tw_popup/tw_con_03.jpg | Bin 105626 -> 105440 bytes .../images/popup/tw_popup/tw_con_04.jpg | Bin 101976 -> 102552 bytes .../images/popup/tw_popup/tw_con_05.jpg | Bin 90262 -> 90499 bytes 5 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/webapp/WEB-INF/jsp/web/msgcampain/MsgDataSMLView.jsp b/src/main/webapp/WEB-INF/jsp/web/msgcampain/MsgDataSMLView.jsp index d70755a4..0c4f8fe6 100644 --- a/src/main/webapp/WEB-INF/jsp/web/msgcampain/MsgDataSMLView.jsp +++ b/src/main/webapp/WEB-INF/jsp/web/msgcampain/MsgDataSMLView.jsp @@ -3259,7 +3259,7 @@ function getMjMsgSentListAll(pageNo) {