2024/02/15 테이블 class 수정 및 new 아이콘 위치 수정

This commit is contained in:
kmg 2024-02-15 11:45:07 +09:00
parent 46ad75c007
commit c68a02b88d
2 changed files with 2 additions and 2 deletions

View File

@ -97,7 +97,7 @@ function fn_goDetail(cmmNotifyOrd){
<!-- //list_top --> <!-- //list_top -->
<!-- list --> <!-- list -->
<div class="list tbType01"> <div class="tb_type01">
<table> <table>
<colgroup> <colgroup>
<col style="width: 6%"> <col style="width: 6%">

View File

@ -101,7 +101,7 @@
.dateInput {width: } .dateInput {width: }
/*관리자 NEW 아이콘 추가*/ /*관리자 NEW 아이콘 추가*/
.new_icon{display: block; width:30px; background-color: #e95504; font-size: 12px; color: #fff; border-radius: 5px; padding: 0 5px 2px 5px; margin: 0 auto;} .new_icon{/*display: block;*/ width:30px; background-color: #e95504; font-size: 12px; color: #fff; border-radius: 5px; padding: 0 5px 2px 5px; margin: 0 auto;}
/*게시판관리 > 게시판관리 > 공지사항 등록 > 공지기간 select 수정*/ /*게시판관리 > 게시판관리 > 공지사항 등록 > 공지기간 select 수정*/
.da_fo{width: 90px !important;} .da_fo{width: 90px !important;}