Minor fix for firefox.

This commit is contained in:
Paulo Gustavo Veiga 2012-06-18 01:42:05 -03:00
parent d751f2be55
commit a845a87183
3 changed files with 4 additions and 3 deletions

View File

@ -19,13 +19,14 @@ div#headerLogo {
height: 40px;
width: 80px;
float: left;
padding-left: 20px;
}
div#headerInfo {
width: 100%;
height: @header-info-height;
color: white;
padding: 0px 18px
padding: 0px 0px
}

View File

@ -1,6 +1,6 @@
log4j.rootLogger=WARN, stdout, R
log4j.logger.com.wisemapping=WARN,stdout,R
log4j.logger.org.springframework=DEBUG,stdout,R
log4j.logger.org.springframework=WARN,stdout,R
log4j.logger.org.codehaus.jackson=WARN,stdout,R
log4j.additivity.org.hibernate.SQL=false

View File

@ -270,7 +270,7 @@ $(function() {
aoColumns: [
{
sTitle : '<input type="checkbox" id="selectAll"/>',
sWidth : "55px",
sWidth : "60px",
sClass : "select",
bSortable : false,
bSearchable : false,