Skip to content
Snippets Groups Projects
Commit 5f67142f authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Start prototype for datatable

parent 882d34fa
No related branches found
No related tags found
No related merge requests found
......@@ -1571,7 +1571,7 @@ span.butAction, span.butActionDelete {
}
table.border {
table.border, table.dataTable {
border: 1px solid #9CACBB;
border-collapse: collapse;
}
......@@ -1687,11 +1687,11 @@ table.liste td {
.tagtr { display: table-row; }
.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;
}
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-repeat: repeat-x;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment