subsub 2024-01-04
2024/01/04 선거 수동문자 버튼 수정
@c0359b61678b48d30b12b13a39f8a3babde1fe88
src/main/webapp/publish/css/content.css
--- src/main/webapp/publish/css/content.css
+++ src/main/webapp/publish/css/content.css
@@ -621,11 +621,11 @@
 .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 @@
 	
 	/* 선거문자 */
 	.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 @@
 
 	/* 카카오톡 */
 	.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){
Add a comment
List