mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-16 18:58:50 +00:00
CSS fix for the live loading.
Monotone-Parent: 7c436d762d93b096889be8f7c7eede7e227b0efd Monotone-Revision: a7ffefd73526ec82019cd487dbeacfa8219526c9 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2010-05-28T20:06:24 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -236,11 +236,11 @@ TABLE.messageList
|
||||
|
||||
TABLE.messageList TH,
|
||||
TABLE.messageList TD
|
||||
{ height: 20px;
|
||||
{ height: 24px;
|
||||
min-height: 20px;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
padding: 2px 3px;
|
||||
padding: 0px 3px;
|
||||
min-width: 22px;
|
||||
margin: 0;
|
||||
white-space: nowrap; }
|
||||
|
||||
@@ -49,6 +49,7 @@ var SOGoDataTableInterface = {
|
||||
|
||||
this.columnsCount = this.rowModel.select("td").length;
|
||||
this.rowHeight = this.rowModel.getHeight();
|
||||
// log ("DataTable.bind() row height = " + this.rowHeight + "px");
|
||||
},
|
||||
|
||||
setRowRenderCallback: function(callbackFunction) {
|
||||
@@ -216,7 +217,7 @@ var SOGoDataTableInterface = {
|
||||
}
|
||||
|
||||
this.body.refreshSelectionByIds();
|
||||
// log ("DataTable._render() top gap/bottom gap/total rows = " + this.rowTop.getStyle('height') + "/" + this.rowBottom.getStyle('height') + "/" + this.body.select("tr").length + " (height = " + this.down("table").getHeight() + "px)");
|
||||
log ("DataTable._render() top gap/bottom gap/total rows = " + this.rowTop.getStyle('height') + "/" + this.rowBottom.getStyle('height') + "/" + this.body.select("tr").length + " (height = " + this.down("table").getHeight() + "px)");
|
||||
|
||||
// Save current rendered view index and count
|
||||
this.renderedIndex = start;
|
||||
|
||||
Reference in New Issue
Block a user