2024/02/14 관리자페이지 스타일 수정

This commit is contained in:
ITN_디자인팀 2024-02-14 12:40:43 +09:00
parent c038a06539
commit 87c34aae81
2 changed files with 5 additions and 2 deletions

View File

@ -231,7 +231,7 @@ function fn_egov_regist_preview() {
</span> </span>
<c:out value="${msgNttSj}" /> <c:out value="${msgNttSj}" />
</th> </th>
<td colspan="3"> <td colspan="3" class="tite_in">
<form:input path="nttSj" title="${msgNttSj}" /> <form:input path="nttSj" title="${msgNttSj}" />
<form:errors path="nttSj" /> <form:errors path="nttSj" />
</td> </td>

View File

@ -469,4 +469,7 @@ input[type="text"].input_time {width: 50px;}
.tb_type02 .input_adress .detail_address{margin: 5px 0 0 0;} .tb_type02 .input_adress .detail_address{margin: 5px 0 0 0;}
/*실무역량강화 > 과정관리목록 > 등록 > 과정면 input 크기 수정*/ /*실무역량강화 > 과정관리목록 > 등록 > 과정면 input 크기 수정*/
.pr_name input{width: 500px;} .pr_name input{width: 500px;}
/*게시판 > 등록화면 > 제목 input 가로 수정*/
.tite_in input{width: 100%;}