From 9f7d8c78e4c3c5ee5d75960e00a6ba133386b6a6 Mon Sep 17 00:00:00 2001 From: subsub Date: Fri, 19 Jan 2024 15:43:31 +0900 Subject: [PATCH 1/3] =?UTF-8?q?2024/01/19=20=EC=84=A0=EA=B1=B0=EB=AC=B8?= =?UTF-8?q?=EC=9E=90=20=EB=B0=9B=EB=8A=94=EC=82=AC=EB=9E=8C=20=ED=95=98?= =?UTF-8?q?=EB=8B=A8=20=EB=B2=84=ED=8A=BC=20=EB=A0=88=EC=9D=B4=EC=95=84?= =?UTF-8?q?=EC=9B=83=20=EC=88=98=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 | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/src/main/webapp/publish/css/content.css b/src/main/webapp/publish/css/content.css index 385d1887..e667afa4 100644 --- a/src/main/webapp/publish/css/content.css +++ b/src/main/webapp/publish/css/content.css @@ -408,7 +408,7 @@ input[type=text]::-ms-reveal, input[type=password]::-ms-reveal, input[type=email .list_bottom .list_bottom_right {float: right; font-size: 16px; display: flex;} .list_bottom .list_bottom_right p {line-height: 36px;} .list_bottom .list_bottom_right span {font-size: 20px; font-weight: 600 !important;} -.list_bottom .list_bottom_right .address_reg2 {height: 36px; padding: 0 10px; border-radius: 5px;font-weight: 300; background-color: #6a6c72; color: #fff; margin-left: 10px;} +.list_bottom .list_bottom_right .address_reg2 {height: 36px; padding: 0 10px; border-radius: 5px;font-weight: 400; background-color: #6a6c72; color: #fff; margin-left: 10px;} .list_bottom .remove_btnWrap .address_reg2 {width: calc(100% - 246px); background-color: #6a6c72; color: #fff; border-radius: 5px; font-weight: 300;} .list_bottom .remove_btnWrap .check_validity {height: 32px; position: absolute; right: 0;} @@ -619,10 +619,12 @@ button.check_validity:hover {border: 1px solid #a3a3a3;box-shadow: 0px 0px 5px .sub .election .receipt_number_table_wrap .put_right .receipt_info dd b{font-size:16px;font-weight:500;} .sub .election .receipt_number_table_wrap .put_right .receipt_info .btn_reset{font-size:14px;font-weight:500;color:#333;} .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{display:flex;width:94.8%;align-items:center;justify-content:space-between;padding:0 0 10px 0;} +.sub .election .receipt_number_table_wrap .list_bottom{width:100%;} .sub .election .list_bottom .pagination{display:inline-flex;width:auto;margin:0;justify-content:flex-start;} .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{float:none;display:inline-flex;justify-content:flex-end;align-items:center;} +.sub .election .list_bottom .list_bottom_right p{margin:0 10px 0 0;} .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;justify-content:center;padding:0 2px;} @@ -2022,6 +2024,7 @@ button.check_validity:hover {border: 1px solid #a3a3a3;box-shadow: 0px 0px 5px .send_top {margin: 0 30px;} .send_bottom {margin: 60px 30px 0 30px;} .list_bottom {width: calc(100% - 200px);} + .sub .election .list_bottom{width:calc(100% - 100px)} .area_tabcontent.photo_sample {min-height:737px;} /* .area_tabcontent.photo_sample li {height:355.5px;} */ .area_tabcontent.photo_sample li .photo_cont {max-height:307.5px;} @@ -2183,7 +2186,8 @@ button.check_validity:hover {border: 1px solid #a3a3a3;box-shadow: 0px 0px 5px .rev_admin_cont .select_btnWrap .btn_right .select_btn{width: 105px;} /* 선거문자 */ - .sub .election .list_bottom{width:100%;} + .sub .election .list_bottom{width:calc(100% - 154px);} + .sub .election .receipt_number_table_wrap .list_bottom{width:100%;} .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;} } From c468e07148fe09210bb826829d5005ac426f36db Mon Sep 17 00:00:00 2001 From: kmg Date: Fri, 19 Jan 2024 17:31:42 +0900 Subject: [PATCH 2/3] =?UTF-8?q?2024/01/19=20=EB=B0=9B=EB=8A=94=EC=82=AC?= =?UTF-8?q?=EB=9E=8C=20'=EC=A3=BC=EC=86=8C=EB=A1=9D=EB=93=B1=EB=A1=9D'?= =?UTF-8?q?=EB=B2=84=ED=8A=BC=EA=B3=BC=20=EA=B1=B4=EC=88=98=20=EC=82=AC?= =?UTF-8?q?=EC=9D=B4=20=EC=97=AC=EB=B0=B1=20=EC=88=98=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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/publish/css/content.css b/src/main/webapp/publish/css/content.css index e667afa4..75022a64 100644 --- a/src/main/webapp/publish/css/content.css +++ b/src/main/webapp/publish/css/content.css @@ -406,7 +406,7 @@ input[type=text]::-ms-reveal, input[type=password]::-ms-reveal, input[type=email .list_bottom {position: relative;margin-top: 10px;width: calc(100% - 190px); min-width: 420px;} .list_bottom .remove_btnWrap {float: left;} .list_bottom .list_bottom_right {float: right; font-size: 16px; display: flex;} -.list_bottom .list_bottom_right p {line-height: 36px;} +.list_bottom .list_bottom_right p {line-height: 36px; padding:0 3px 0 0;} .list_bottom .list_bottom_right span {font-size: 20px; font-weight: 600 !important;} .list_bottom .list_bottom_right .address_reg2 {height: 36px; padding: 0 10px; border-radius: 5px;font-weight: 400; background-color: #6a6c72; color: #fff; margin-left: 10px;} From 4225ebc32a79cfa77ac01b65e02433a037c60d19 Mon Sep 17 00:00:00 2001 From: kmg Date: Fri, 19 Jan 2024 17:35:30 +0900 Subject: [PATCH 3/3] =?UTF-8?q?2024/01/19=20=EB=B0=9B=EB=8A=94=EC=82=AC?= =?UTF-8?q?=EB=9E=8C=20=EC=97=AC=EB=B0=B1=20=EC=88=98=EC=A0=95=20=EC=9B=90?= =?UTF-8?q?=EB=B3=B5;;?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/publish/css/content.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/publish/css/content.css b/src/main/webapp/publish/css/content.css index 75022a64..e667afa4 100644 --- a/src/main/webapp/publish/css/content.css +++ b/src/main/webapp/publish/css/content.css @@ -406,7 +406,7 @@ input[type=text]::-ms-reveal, input[type=password]::-ms-reveal, input[type=email .list_bottom {position: relative;margin-top: 10px;width: calc(100% - 190px); min-width: 420px;} .list_bottom .remove_btnWrap {float: left;} .list_bottom .list_bottom_right {float: right; font-size: 16px; display: flex;} -.list_bottom .list_bottom_right p {line-height: 36px; padding:0 3px 0 0;} +.list_bottom .list_bottom_right p {line-height: 36px;} .list_bottom .list_bottom_right span {font-size: 20px; font-weight: 600 !important;} .list_bottom .list_bottom_right .address_reg2 {height: 36px; padding: 0 10px; border-radius: 5px;font-weight: 400; background-color: #6a6c72; color: #fff; margin-left: 10px;}