From 215d632b93322e6add5f4303e8fc432f5dce7b8c Mon Sep 17 00:00:00 2001 From: subsub Date: Mon, 9 Dec 2024 18:05:12 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B2=8C=EC=8B=9C=ED=8C=90=20=EA=B4=80?= =?UTF-8?q?=EB=A6=AC=20width=20=EA=B0=92=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../webapp/WEB-INF/jsp/cop/bbs/EgovBoardMstrList.jsp | 2 +- src/main/webapp/kofair_case_seed/adm/style/style.css | 9 +++++++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/src/main/webapp/WEB-INF/jsp/cop/bbs/EgovBoardMstrList.jsp b/src/main/webapp/WEB-INF/jsp/cop/bbs/EgovBoardMstrList.jsp index 5e8656bd..78ec9158 100644 --- a/src/main/webapp/WEB-INF/jsp/cop/bbs/EgovBoardMstrList.jsp +++ b/src/main/webapp/WEB-INF/jsp/cop/bbs/EgovBoardMstrList.jsp @@ -217,7 +217,7 @@ function bbsMasterExcelDownload(){ <%-- --%> - + diff --git a/src/main/webapp/kofair_case_seed/adm/style/style.css b/src/main/webapp/kofair_case_seed/adm/style/style.css index 37560817..9c479b42 100644 --- a/src/main/webapp/kofair_case_seed/adm/style/style.css +++ b/src/main/webapp/kofair_case_seed/adm/style/style.css @@ -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;} }