디자인 변경
This commit is contained in:
@@ -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)){
|
||||
%>
|
||||
<a href="#" class="menu menu_off" menuObjId="<%=menuObjid%>" style="background-color: #1e40af; color: #fff; padding: 3px 6px; font-size: 10px; border-radius: 3px; text-decoration: none; display: inline-block; min-width: 50px; text-align: center; margin-right: 4px;"><%=menuKorName%></a>
|
||||
<a href="#" class="menu menu_off" menuObjId="<%=menuObjid%>" style="background-color: #1e40af; color: #fff; padding: 4px 8px; font-size: 11px; border-radius: 3px; text-decoration: none; display: inline-block; min-width: 55px; text-align: center; margin-right: 5px;"><%=menuKorName%></a>
|
||||
<%
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user