2023/07/14 강사정보 css 수정

This commit is contained in:
subsub 2023-07-14 12:14:16 +09:00
parent 80c64950e3
commit e3589ed3ef
2 changed files with 4 additions and 3 deletions

View File

@ -557,9 +557,9 @@
<table>
<caption>성인대상 강사신청 등록 (th 명)을 입력하는 표</caption>
<colgroup>
<col style="width: 120px;">
<col style="width: 145px;">
<col style="width: auto;">
<col style="width: 120px;">
<col style="width: 145px;">
<col style="width: auto;">
</colgroup>
<tbody>
@ -568,7 +568,7 @@
<p class="req_text"><span>필수입력 항목</span>*</p>
<p>강사명</p>
</th>
<td colspan="3" style="position: relative;">
<td colspan="3" style="position: relative; padding-top: 20px; vertical-align: top; height: 180px;">
<!-- <label for="instrNm" class="label">강사명</label> -->
<p>원영현</p>
<div class="put_photo">

View File

@ -97,6 +97,7 @@
.application_wrap .list ol li span {display:block;white-space:normal;word-break:break-all;}
.application_wrap .list ol li a {display:inline;color:#555;}
.pop_tb_type01 table tbody tr td .put_photo{position: absolute; right: 0; top: 0; border-left: 1px solid #e5e5e5}
.pop_tb_type01 table tbody tr td .put_photo .put_photo_in {background-color: #f5f5f5; width: 128px; height: 165px; border: 1px solid #d5d5d5; border-radius: 5px; margin: 7px; box-sizing: border-box; position: relative; overflow: hidden;}