Change default font style.

This commit is contained in:
Paulo Gustavo Veiga
2012-07-02 00:37:48 -03:00
parent ef89c0457b
commit 1df9afda1b
6 changed files with 18 additions and 15 deletions

View File

@@ -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;

View File

@@ -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
});