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

This commit is contained in:
ITN_디자인팀 2024-02-14 17:01:37 +09:00
parent 0f50b46df8
commit b9e184cec0
2 changed files with 18 additions and 10 deletions

View File

@ -441,7 +441,7 @@ function wrapWindowByMask(){
<tr>
<th>담당업무</th>
<td colspan="3">
<div style="display:;" id="userWork_case1">
<div style="display:; margin-bottom: 5px;" id="userWork_case1">
<form:input path="userWork" id="userWork" cssClass="txaIpt" size="20" maxlength="15" placeholder="" />
<form:errors path="userWork" cssClass="error" />
</div>
@ -508,25 +508,26 @@ function wrapWindowByMask(){
</div>
</div> -->
<div class="mask"></div>
<div class="popup_wrap window">
<div class="popup_wrap window check_pop">
<div class="popup_tit">
<p>아이디 중복 확인</p>
<button class="btn_popup_close close" title="팝업 닫기"><i></i></button>
</div>
<div class="cont_popup">
<p class="info_text">
<div class="id_check2">
<span>사용할 아이디</span><input type="text" id="checkIdModal">
</div>
<br>
<div class="id_check3">
<span>중복확인을 실행하십시오</span><button class="btnType03" onclick="fn_id_check(); return false;">중복확인조회</button>
<div class="id_wrap">
<div class="id_check2">
<span>사용할 아이디</span><input type="text" id="checkIdModal">
</div>
<div class="id_check3">
<!-- <span>중복확인을 실행하십시오</span> --><button class="btnType03" onclick="fn_id_check(); return false;">중복확인조회</button>
</div>
</div>
</p>
<div class="btn_wrap btn_layout04">
<button type="button" class="btnType03" onclick="layerPopToggle();">닫기</button>
<button type="button" class="btnType03 close" onclick="layerPopToggle();">닫기</button>
</div>
</div>
</div>

View File

@ -472,4 +472,11 @@ input[type="text"].input_time {width: 50px;}
.pr_name input{width: 500px;}
/*게시판 > 등록화면 > 제목 input 가로 수정*/
.tite_in input{width: 100%;}
.tite_in input{width: 100%;}
/*관리자 관리 > 등록 > 중복아이디 검색 팝업 수정*/
.check_pop .cont_popup .id_wrap{display: flex; justify-content: center;}
.check_pop .cont_popup .id_wrap .id_check3 .btnType03{background-color: #697e9b; margin: 0 0 0 5px; font-size: 17px; padding: 0 15px; height: 40px;}
.check_pop .cont_popup .id_wrap .id_check3 .btnType03:hover{background-color: #546a89;}
.check_pop .cont_popup .id_check2 span{margin-right: 5px;}
.check_pop .cont_popup .btn_wrap{text-align: center;}