Monotone-Parent: 231d9f088984bb0dc975e90ac754e3c646546493

Monotone-Revision: e36a8c628cd255191811f8710656b9aae89137e7

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2007-11-12T16:16:17
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
Francis Lachapelle 2007-11-12 16:16:17 +00:00
parent 1febf78555
commit 68586b3abb
4 changed files with 1886 additions and 984 deletions

View File

@ -9,7 +9,7 @@
className="UIxContactsListViewContainer"
selectorComponentClass="selectorComponentClass"
title="name">
<table id="contactsList" multiselect="yes">
<table id="contactsList">
<thead>
<tr class="tableview">
<!-- localize -->

View File

@ -758,6 +758,7 @@ function initContacts(event) {
var table = $("contactsList");
if (table) {
// Initialize contacts table
table.multiselect = true;
configureSortableTableHeaders(table);
TableKit.Resizable.init(table, {'trueResize' : true, 'keepWidth' : true});
}

View File

@ -26,21 +26,15 @@ DIV.tab TABLE
width: 100%; }
SPAN.caption
{ text-align: center;
{ display: inline-block;
position: relative;
text-align: center;
cursor: default;
background: #999;
background-color: #d4d0c8;
width: auto;
padding: .25em;
margin-left: 7px;
border-top: 2px solid #fff;
border-left: 2px solid #fff;
border-bottom: 2px solid #888;
border-right: 2px solid #888;
background-color: #d4d0c8;
-moz-border-top-colors: #efebe7 #fff;
-moz-border-left-colors: #efebe7 #fff;
-moz-border-bottom-colors: #000 #9c9a94 transparent;
-moz-border-right-colors: #000 #9c9a94 transparent; }
border: 0px; }
DIV#buttons
{ visibility: visible;

File diff suppressed because it is too large Load Diff