mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-06-23 10:54:17 +00:00
merge of '2d4a926cb463fbf80ac0aa402d2ed4efa912738c'
and 'e36a8c628cd255191811f8710656b9aae89137e7'
merge of 2d4a926cb463fbf80ac0aa402d2ed4efa912738c
and e36a8c628cd255191811f8710656b9aae89137e7
Monotone-Parent: 2d4a926cb463fbf80ac0aa402d2ed4efa912738c
Monotone-Parent: e36a8c628cd255191811f8710656b9aae89137e7
Monotone-Revision: d63ac588bc9d6090e40d0640860dacaee66d0edb
Monotone-Author: flachapelle@inverse.ca
Monotone-Author: ludovic@Sophos.ca
Monotone-Date: 2007-11-12T19:33:06
Monotone-Date: 2007-11-12T20:01:42
Monotone-Branch: ca.inverse.sogo
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
className="UIxContactsListViewContainer"
|
||||
selectorComponentClass="selectorComponentClass"
|
||||
title="name">
|
||||
<table id="contactsList" multiselect="yes">
|
||||
<table id="contactsList">
|
||||
<thead>
|
||||
<tr class="tableview">
|
||||
<!-- localize -->
|
||||
|
||||
@@ -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});
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
|
||||
Vendored
+1879
-972
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user