Skip to content

Commit

Permalink
fix(#119): 특례입학 및 확인서 스타일 수정
Browse files Browse the repository at this point in the history
- 입학전형 요강과 일치하게 스타일을 수정했어요.
  • Loading branch information
jyj1289 committed Sep 8, 2024
1 parent cb8ffe3 commit ffc74a4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
5 changes: 2 additions & 3 deletions src/main/resources/templates/confirmation.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@
.subtitle {
font-size: 22px;
line-height: 2;
text-indent: 52%;
}
.left {
text-align: left;
Expand Down Expand Up @@ -99,8 +98,8 @@
<div style="height: 72px"></div>
<div class="title">확인서</div>
<div style="height: 64px"></div>
<p class="subtitle left">성&nbsp;&nbsp;&nbsp;&nbsp;명 :</p>
<p class="subtitle left">생년월일 :&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;년 &nbsp;&nbsp;&nbsp;&nbsp;월 &nbsp;&nbsp;&nbsp;&nbsp;일</p>
<p class="subtitle center">성&nbsp;&nbsp;&nbsp;&nbsp;명 :</p>
<p class="subtitle center" style="margin-left: 164px">생년월일 :&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;년 &nbsp;&nbsp;&nbsp;&nbsp;월 &nbsp;&nbsp;&nbsp;&nbsp;일</p>
<div style="height: 44px;"></div>
<p class="indent">○ 주&nbsp;&nbsp;&nbsp;소 : </p>
<p class="indent">○ 연락처 : </p>
Expand Down
8 changes: 4 additions & 4 deletions src/main/resources/templates/special-admission.html
Original file line number Diff line number Diff line change
Expand Up @@ -287,14 +287,14 @@
<div style="height: 15px;"></div>
<p class="middle center">
<span class="sign">학&nbsp;&nbsp;&nbsp;생 성명</span>
<span th:text="${form.applicant.name}"></span>&nbsp;&nbsp;&nbsp;
<span>서명 또는</span>
<span></span>&nbsp;&nbsp;&nbsp;
<span>서명 또는 (인)</span>
</p>
<div style="height: 15px;"></div>
<p class="middle center">
<span class="sign">보호자 성명</span>
<span th:text="${form.parent.name}"></span>&nbsp;&nbsp;&nbsp;
<span>서명 또는</span>
<span></span>&nbsp;&nbsp;&nbsp;
<span>서명 또는 (인)</span>
</p>
<div style="height: 15px;"></div>
<p class="indent center bold">관련 증빙서류에 따라 위 사실이 틀림없음을 확인함</p>
Expand Down

0 comments on commit ffc74a4

Please sign in to comment.