Monotone-Parent: 85281fd909e8f0d613327a321fb964be7ca872ca

Monotone-Revision: 04792139eaeaa95bfa70e66349320e38518eb8da

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2010-06-07T16:31:51
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Francis Lachapelle
2010-06-07 16:31:51 +00:00
parent 3df8728a68
commit bef2e77733
4 changed files with 17 additions and 7 deletions
+6 -4
View File
@@ -236,8 +236,8 @@ TABLE.messageList
TABLE.messageList TH,
TABLE.messageList TD
{ height: 24px;
min-height: 20px;
{ height: 22px;
min-height: 22px;
text-overflow: ellipsis;
overflow: hidden;
padding: 0px 3px;
@@ -246,10 +246,12 @@ TABLE.messageList TD
white-space: nowrap; }
TR#messageCountHeader TH
{ border-top: 0px; }
{ border-top: 0px;
height: 20px;
min-height: 20px; }
TABLE.messageList TD
{ border-right: 1px solid #fff; }
{ border-right: 1px solid transparent; }
TABLE.messageList .messageFlagColumn
{ width: 22px;
+1 -1
View File
@@ -707,6 +707,7 @@ function messageListCallback(row, data, isNew) {
var cellType = columnsOrder[j];
if (data[cellType]) cell.update(data[cellType]);
else if (Prototype.Browser.IE) cell.update(' ');
cell.observe("mousedown", listRowMouseDownHandler);
if (cellType == "Subject" || cellType == "From" || cellType == "To" || cellType == "Date")
@@ -1628,7 +1629,6 @@ function initMailer(event) {
if (!$(document.body).hasClassName("popup")) {
//initDnd();
Mailer.dataTable = $("mailboxList");
Mailer.dataTable.addInterface(SOGoDataTableInterface);
Mailer.dataTable.setRowRenderCallback(messageListCallback);
+1 -1
View File
@@ -95,7 +95,7 @@ var SOGoDataTableInterface = {
var start = index - (this.overflow/2);
if (start < 0) start = 0;
var end = index + count + this.overflow - (index - start);
// log ("DataTable.getData() from " + index + " to " + (index + count) + " boosted from " + start + " to " + end);
// log ("DataTable.getData() from " + index + " to " + (index + count) + " boosted from " + start + " to " + end);
// Don't overflow above the maximum number of entries from the data source
if (this.dataSource.uids && this.dataSource.uids.length < end) end = this.dataSource.uids.length;
+9 -1
View File
@@ -54,9 +54,17 @@ IMG.dragMessage
TD.mailer_fieldname
{ width: 8em; }
TABLE.messageList TH,
TABLE.messageList TD
{ height: 20px;
min-height: 20px; }
TABLE.messageList TD
{ white-space: pre; }
TABLE.messageList TR._selected TD
{ border-right: 1px solid #9ABCD8; }
/* ContactsUI */
/*DIV#contactFoldersList SPAN.toolbarButton
@@ -94,7 +102,7 @@ TABLE#freeBusyData TD
{ height: 25px; }
TABLE
{ empty-cells: show; }
{ empty-cells: show; /* no impact? */ }
/* UIxCalendarProperties */