게시판 관리 width 값 변경
This commit is contained in:
parent
cc4b34b42b
commit
215d632b93
@ -217,7 +217,7 @@ function bbsMasterExcelDownload(){
|
||||
<col style="width: 10%">
|
||||
<col style="width: 9%">
|
||||
<%-- <col style="width: 8%"> --%>
|
||||
<col style="width: 20%">
|
||||
<col style="width: 25%">
|
||||
</colgroup>
|
||||
<thead>
|
||||
<tr>
|
||||
|
||||
@ -230,7 +230,8 @@ div.webnote_toolbar_container{display:flex;}
|
||||
.prc_content .btn_wrap{margin:0 0 40px 0;align-items:flex-end}
|
||||
.prc_content .btn_wrap *{min-height:36px;}
|
||||
.prc_content .btn_wrap.ac *{height:46px;}
|
||||
.prc_content .btn_wrap .area_left,.prc_content .btn_wrap .area_right{display:flex;align-items:center;gap:8px;}
|
||||
.prc_content .btn_wrap .area_left,.prc_content .btn_wrap .area_right{display:flex;align-items:center;gap:8px;flex-wrap:wrap;}
|
||||
.prc_content .btn_wrap .area_right{width:40%;justify-content:flex-end;}
|
||||
.prc_content .btn-default{font-size:16px;}
|
||||
.prc_content .col-table.data-table th,
|
||||
.prc_content .col-table.data-table td{text-align:left;}
|
||||
@ -355,5 +356,9 @@ div.webnote_toolbar_container{display:flex;}
|
||||
.search_detail{padding:0 20px;}
|
||||
.search_detail .search_ul{gap:15px;}
|
||||
.search_detail .search_ul .title{white-space:nowrap;}
|
||||
.search_detail .search_ul input[name=searchTitle]{width:230px;}
|
||||
.search_detail .search_ul input[name=searchTitle]{width:230px;}
|
||||
|
||||
/* 분쟁사건 처리관리 */
|
||||
.step_ol.cs-step li a{font-size:16px;}
|
||||
.step_ol.cs-step li a:before{font-size:16px;padding:0 5px 0 0;}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user