From fe1d98d656b5d7382f6f2d063e2e2126891f648b Mon Sep 17 00:00:00 2001 From: subsub Date: Tue, 24 Dec 2024 17:31:48 +0900 Subject: [PATCH] =?UTF-8?q?24/12/24=20=EB=AC=B8=EC=9E=90=20=EC=A0=84?= =?UTF-8?q?=EC=86=A1=20>=20=EB=82=B4=EC=9A=A9=20=EA=B0=84=EA=B2=A9=20?= =?UTF-8?q?=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 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/main/webapp/publish/css/content.css b/src/main/webapp/publish/css/content.css index fd1cfd19..4ba6e3cb 100644 --- a/src/main/webapp/publish/css/content.css +++ b/src/main/webapp/publish/css/content.css @@ -238,7 +238,7 @@ input[type=text]::-ms-reveal, input[type=password]::-ms-reveal, input[type=email .tType1 tbody tr td.putText button .qmMark {background-image: url(/publish/images/content/qmIcon_s.png); width: 19px; height: 19px; margin-left: 5px; margin-top: -2px;} .tType1 tbody tr td.putText .put_right .send_btnWrap {position: absolute;bottom: 0;right:0;width: calc(100% - 10px);} .tType1 tbody tr td.putText .put_right .send_btnWrap button {width: 48.5%;} -.tType1 tbody tr td.putText textarea {height: 160px; border: none;margin-bottom: -3px;;border-radius: 5px 5px 0 0;outline: 0;background-color: transparent; font-size: 15px;} +.tType1 tbody tr td.putText textarea {height: 160px; border: none;margin: 8px 0;padding:0 15px;border-radius: 5px 5px 0 0;outline: 0;background-color: transparent; font-size: 15px;} /* 단문 */ .tType1 tbody tr td.putText .put_left.short textarea {height: 190px;margin:10px 0;padding:0 5px;} .tType1 tbody tr td.putText .put_left.short textarea::placeholder {color: #b5b5b5;} @@ -1816,6 +1816,8 @@ button.check_validity:hover {border: 1px solid #a3a3a3;box-shadow: 0px 0px 5px .fax_content .file_right button{width: 100%; max-width: 100%; margin: 0 0 4px 0;} .fax_content .file_right p{width: 100%; text-align: right; margin: 20px 0 0 0;} .fax_content .receipt_num_input{width: calc(100% - 300px); max-width: 340px;} +.fax_content .receipt_num_top{align-items:center;} +.fax_content .receipt_num_top #callTo+.btnType6{margin:0 8px;} .fax_content .list_body_wrap{max-height: calc(100% - 37px); overflow: auto;} /* .fax_content .final_wrap{display: flex; margin: 20px 0;} */ .fax_content .final_wrap{margin: 20px 0;}