diff --git a/src/main/webapp/publish/css/content.css b/src/main/webapp/publish/css/content.css index 4ba6e3cb..92c96256 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: 8px 0;padding:0 15px;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: 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;}