From 967b8b6529348244f58dd0d95cfdfd077a2b26f8 Mon Sep 17 00:00:00 2001 From: chpark Date: Fri, 24 Oct 2025 15:24:39 +0900 Subject: [PATCH] =?UTF-8?q?=EB=94=94=EC=9E=90=EC=9D=B8=20=EB=B3=80?= =?UTF-8?q?=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WebContent/WEB-INF/view/main/header.jsp | 10 ++++----- WebContent/css/basic_new.css | 6 +++-- .../js/jqGrid-4.7.1/css/jqGrid.overrides.css | 22 ++++++++++++------- 3 files changed, 23 insertions(+), 15 deletions(-) diff --git a/WebContent/WEB-INF/view/main/header.jsp b/WebContent/WEB-INF/view/main/header.jsp index 5774962..8a103af 100644 --- a/WebContent/WEB-INF/view/main/header.jsp +++ b/WebContent/WEB-INF/view/main/header.jsp @@ -26,14 +26,14 @@ userMenuList = (ArrayList)request.getAttribute("userMenuList"); } */ .menu_off{ - color:#fff !important; padding: 2px 3px; font-size:9px; background-color:#89b4fa; border-radius:2px; - display: inline-block; min-width: 40px; text-align: center; margin: 0px; + color:#fff !important; padding: 4px 8px; font-size:11px; background-color:#89b4fa; border-radius:3px; + display: inline-block; min-width: 55px; text-align: center; margin: 0px; transition: all 0.3s ease; text-decoration: none !important; border: none; cursor: pointer; } .menu_on{ - color:#fff !important; padding: 2px 3px; font-size:9px; background-color:#5e9cff; border-radius:2px; - display: inline-block; min-width: 40px; text-align: center; margin: 0px; + color:#fff !important; padding: 4px 8px; font-size:11px; background-color:#5e9cff; border-radius:3px; + display: inline-block; min-width: 55px; text-align: center; margin: 0px; transition: all 0.3s ease; text-decoration: none !important; border: none; cursor: pointer; } @@ -392,7 +392,7 @@ function fn_setApprovalCnt(){ if("2".equals(lev)){ %> - <%=menuKorName%> + <%=menuKorName%> <% } } diff --git a/WebContent/css/basic_new.css b/WebContent/css/basic_new.css index c88f41f..68d1f97 100644 --- a/WebContent/css/basic_new.css +++ b/WebContent/css/basic_new.css @@ -296,6 +296,7 @@ div.plm_menu_name h2 span, .input_title { background: var(--label-bg); color: var(--text-primary); + border-left: 1px solid var(--border-color); border-right: 1px solid var(--border-color); font-weight: 500; position: relative; @@ -644,7 +645,7 @@ div.plm_menu_name h2 span, border-collapse: collapse; background: var(--surface); text-align: center; - font-size: 14px; + font-size: 13px; } .plm_table .plm_thead { @@ -658,7 +659,7 @@ div.plm_menu_name h2 span, border-right: 1px solid var(--border-color); padding: 14px 12px; font-weight: 600; - font-size: 14px; + font-size: 13px; } .plm_table .plm_thead td:last-child { @@ -671,6 +672,7 @@ div.plm_menu_name h2 span, border-right: 1px solid var(--border-color); padding: 12px; vertical-align: middle; + font-size: 13px; } .plm_table td:last-child { diff --git a/WebContent/js/jqGrid-4.7.1/css/jqGrid.overrides.css b/WebContent/js/jqGrid-4.7.1/css/jqGrid.overrides.css index bb32629..54947e0 100644 --- a/WebContent/js/jqGrid-4.7.1/css/jqGrid.overrides.css +++ b/WebContent/js/jqGrid-4.7.1/css/jqGrid.overrides.css @@ -3,7 +3,7 @@ } .ui-jqgrid .ui-jqgrid-view,.ui-jqgrid .ui-paging-info, .ui-jqgrid .ui-pg-table, .ui-jqgrid .ui-pg-selbox { - font-size: 14px; + font-size: 13px; } .ui-jqgrid .ui-jqgrid-titlebar{ height: 40px; @@ -19,11 +19,12 @@ } .ui-jqgrid .ui-widget-header{ - border-bottom:1px solid #D3D3D3; + border-bottom:1px solid #e0e0e0; + background: #f5f5f5; } .ui-jqgrid .ui-search-toolbar input[type="text"]{ - font-size: 12px; + font-size: 13px; border: 1px solid #CCCCCC; border-radius: 4px; } @@ -41,17 +42,21 @@ /*** Column headers ******/ .ui-jqgrid .ui-jqgrid-hdiv { - /*background: #F9F9F9;*/ - border: 1px solid #D3D3D3; + background: #f5f5f5; + border: 1px solid #e0e0e0; line-height: 15px; /*height: 45px;*/ font-weight: bold; - color: #777777; - text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); + color: #666666; + text-shadow: none; + font-size: 13px; } .ui-jqgrid .ui-jqgrid-htable th { height: auto; + background: #f5f5f5 !important; + border-bottom: 1px solid #e0e0e0 !important; + color: #666666 !important; } .ui-jqgrid .ui-jqgrid-htable th div { @@ -71,6 +76,7 @@ border-bottom: 1px solid #DDDDDD; border-right:none; padding:8px; + font-size: 13px; } @@ -160,5 +166,5 @@ font-weight: bold; display: none; border-width: 2px !important; - font-size:11px; + font-size:13px; }