Change default font style.
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
}
|
||||
|
||||
#headerToolbar {
|
||||
height: 25px;
|
||||
height: 30px;
|
||||
width: 100%;
|
||||
background-color: #171a17;
|
||||
border-top: 1px solid #999999;
|
||||
@@ -31,7 +31,7 @@
|
||||
}
|
||||
|
||||
#headerLogo {
|
||||
margin-top: 13px;
|
||||
margin-top: 18px;
|
||||
height: 80px;
|
||||
width: 160px;
|
||||
background: url("../images/logo-medium.png") no-repeat;
|
||||
|
@@ -81,10 +81,11 @@
|
||||
oLanguage:{
|
||||
"sLengthMenu":"<spring:message code="SHOW_REGISTERS"/>",
|
||||
"sSearch":"",
|
||||
"sZeroRecords": "<spring:message code="NO_MATCHING_FOUND"/>",
|
||||
"sZeroRecords":"<spring:message code="NO_MATCHING_FOUND"/>",
|
||||
"sLoadingRecords":"<spring:message code="LOADING"/>",
|
||||
"sInfo":"<spring:message code="TABLE_ROWS"/>",
|
||||
"sEmptyTable":"<spring:message code="NO_SEARCH_RESULT"/>"
|
||||
"sEmptyTable":"<spring:message code="NO_SEARCH_RESULT"/>",
|
||||
"sProcessing":"<spring:message code="LOADING"/>"
|
||||
},
|
||||
bStateSave:true
|
||||
});
|
||||
|
Reference in New Issue
Block a user