2024/02/22 관리자페이지 스타일 수정
This commit is contained in:
parent
cd163ea26e
commit
c1d786e1f6
@ -479,7 +479,7 @@
|
|||||||
</c:when>
|
</c:when>
|
||||||
<c:otherwise>
|
<c:otherwise>
|
||||||
<tr>
|
<tr>
|
||||||
<td colspan="4">강사 배치 정보가 없습니다.</td>
|
<td colspan="5">강사 배치 정보가 없습니다.</td>
|
||||||
</tr>
|
</tr>
|
||||||
</c:otherwise>
|
</c:otherwise>
|
||||||
</c:choose>
|
</c:choose>
|
||||||
|
|||||||
@ -242,7 +242,7 @@
|
|||||||
<c:out value='${list.prcsNm}'/>
|
<c:out value='${list.prcsNm}'/>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<input type="text" id="prcsSortNo${status.count}" name="prcsSortNo${status.count}" value="<c:out value='${list.prcsSortNo}'/>" style="width:50px;" maxLength="3"/>
|
<input type="text" id="prcsSortNo${status.count}" name="prcsSortNo${status.count}" value="<c:out value='${list.prcsSortNo}'/>" style="width:50px; height: 29px; margin-top: -1px;" maxLength="3"/>
|
||||||
<button type="button" class="btn_type01" onclick="fncSaveSort('<c:out value="${list.prcsOrd}"/>', '<c:out value="${status.count}"/>'); return false;">저장</button>
|
<button type="button" class="btn_type01" onclick="fncSaveSort('<c:out value="${list.prcsOrd}"/>', '<c:out value="${status.count}"/>'); return false;">저장</button>
|
||||||
</td>
|
</td>
|
||||||
<td onclick="fncGoDetail('<c:out value="${list.prcsOrd}"/>');" style="cursor:pointer;">
|
<td onclick="fncGoDetail('<c:out value="${list.prcsOrd}"/>');" style="cursor:pointer;">
|
||||||
|
|||||||
@ -63,15 +63,15 @@
|
|||||||
.btn_wrap button:first-child{margin-left: 0;}
|
.btn_wrap button:first-child{margin-left: 0;}
|
||||||
.btn_wrap button:last-child{margin-right: 0;}
|
.btn_wrap button:last-child{margin-right: 0;}
|
||||||
|
|
||||||
.btn_type01{border: 1px solid #d04400; background-color: #fff; color: #d04400;}
|
.btn_type01{border: 1px solid #d04400; background-color: #fff; color: #d04400; border-radius: 5px;}
|
||||||
.btn_type01:hover{background-color: #faf5f2;}
|
.btn_type01:hover{background-color: #faf5f2;}
|
||||||
.btn_type02{ background-color: #999; color: #fff; }
|
.btn_type02{ background-color: #999; color: #fff; }
|
||||||
.btn_type02:hover{background-color: #888;}
|
.btn_type02:hover{background-color: #888;}
|
||||||
.btn_type03{border: 1px solid #888; background-color: #fff; color: #888;}
|
.btn_type03{border: 1px solid #888; background-color: #fff; color: #888;}
|
||||||
.btn_type03:hover{background-color: #f5f5f5;}
|
.btn_type03:hover{background-color: #f5f5f5;}
|
||||||
.btn_type04{background-color: #3a72db; color: #fff;}
|
.btn_type04{background-color: #3a72db; color: #fff; border-radius: 5px;}
|
||||||
.btn_type04:hover{background-color: #1854c3;}
|
.btn_type04:hover{background-color: #1854c3;}
|
||||||
.btn_type05{ background-color: #d04400; color: #fff;}
|
.btn_type05{ background-color: #d04400; color: #fff; border-radius: 5px;}
|
||||||
.btn_type05:hover{background-color: #c03f00;}
|
.btn_type05:hover{background-color: #c03f00;}
|
||||||
.btn_type06{color: #3a72db; border: 1px solid #3a72db; background-color: #fff; border-radius: 5px;}
|
.btn_type06{color: #3a72db; border: 1px solid #3a72db; background-color: #fff; border-radius: 5px;}
|
||||||
.btn_type06:hover{background-color: #f1f5fb;}
|
.btn_type06:hover{background-color: #f1f5fb;}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user