Start prototype for datatable

This commit is contained in:
Laurent Destailleur 2013-06-26 11:58:01 +02:00
parent 882d34fa88
commit 5f67142fc1

View File

@ -1571,7 +1571,7 @@ span.butAction, span.butActionDelete {
} }
table.border { table.border, table.dataTable {
border: 1px solid #9CACBB; border: 1px solid #9CACBB;
border-collapse: collapse; border-collapse: collapse;
} }
@ -1687,11 +1687,11 @@ table.liste td {
.tagtr { display: table-row; } .tagtr { display: table-row; }
.tagtd { display: table-cell; } .tagtd { display: table-cell; }
tr.liste_titre, tr.liste_titre_sel, form.liste_titre, form.liste_titre_sel tr.liste_titre, tr.liste_titre_sel, form.liste_titre, form.liste_titre_sel, table.dataTable.tr
{ {
height: 20px !important; height: 20px !important;
} }
div.liste_titre, tr.liste_titre, tr.liste_titre_sel, form.liste_titre, form.liste_titre_sel div.liste_titre, tr.liste_titre, tr.liste_titre_sel, form.liste_titre, form.liste_titre_sel, table.dataTable thead tr
{ {
background: rgb(<?php echo $colorbacktitle1; ?>); background: rgb(<?php echo $colorbacktitle1; ?>);
background-repeat: repeat-x; background-repeat: repeat-x;