From e07143278b9591ddd5b0c9d29a1bc7d360c12938 Mon Sep 17 00:00:00 2001 From: Myriam Delaruelle <Myriam Delaruelle@bdn-un-mdelarue.ad.univ-lorraine.fr> Date: Thu, 9 Sep 2021 15:11:31 +0200 Subject: [PATCH] icon lines matrix --- styles.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/styles.css b/styles.css index d549d3f..343ee5d 100644 --- a/styles.css +++ b/styles.css @@ -236,17 +236,21 @@ table.dataTable{ margin-left: 0px; } -.dataTable thead th{ +.dataTable thead th, .DTFC_LeftWrapper .table-bordered td{ position: relative; } -.dataTable thead th i.fa-trash{ +.dataTable thead th i.fa-trash, .DTFC_LeftWrapper .table-bordered i.fa-trash{ top: 8px; right: 0; position: absolute; } +.DTFC_LeftWrapper .table-bordered i.fa-trash{ + top: 5px; +} + .dataTable tbody tr td span p, .iena-matrix-icons{ display: inline-block; } -- GitLab