디자인 변경
This commit is contained in:
@@ -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