2024/05/07 관리자페이지 : 운영관리 > 게시글관리 > 여백 수정

This commit is contained in:
alfk8 2024-05-07 17:26:25 +09:00
parent ba53236f7f
commit 8867431594
2 changed files with 8 additions and 2 deletions

View File

@ -70,7 +70,7 @@ function fnSelectMber(mberId) {
<div class="contWrap">
<div class="pageTitle">
<div class="pageIcon"><img src="/pb/img/pageTitIcon4.png" alt=""></div>
<h2 class="titType1 c_222222 fwBold">게시글 관리</h2>
<h2 class="titType1 c_222222 fwBold post_tit">게시글 관리</h2>
<p class="tType6 c_999999"></p>
</div>
<div class="pageCont">
@ -157,7 +157,10 @@ function fnSelectMber(mberId) {
</c:if>
</table>
</div>
<div class="btnWrap">
<!-- <input type="button" class="btnType2" value="삭제">
<input type="button" class="btnType1" value="등록"> -->
</div>
<!-- 페이지 네비게이션 시작 -->
<c:if test="${!empty adminBoardList}">
<div class="page">

View File

@ -444,6 +444,9 @@ input[type="button"].printBtn{border: 1px solid #686b72;background-image: url(/p
.stats_table td{border-right: 1px solid #e5e5e5;}
.stats_table td:last-child{border: 0;}
/*운영관리 > 게시글관리 수정*/
.pageTitle .post_tit{padding: 20px 0 9px 0;}
@media screen and (max-width:1570px){
/* .listSerch .calendar_wrap{margin-bottom: 8px;} */
.listSerch{margin: -8px 0 35px 0;}