diff --git a/public/opac/css/global.css b/public/opac/css/global.css index 49d62d0cd8d906b32cab502226bf60a290fbff27..e67bf06fed4bab1faabd6a88412216887c759d63 100644 --- a/public/opac/css/global.css +++ b/public/opac/css/global.css @@ -1591,45 +1591,49 @@ table.soustitre, table.panier_notices , table.contenu_panier { width:100%; } -table.soustitre th, table.panier_notices td{ +table.soustitre th, table.panier_notices td { text-align:center; vertical-align: top; } +table.soustitre th, table.panier_notices td a { + padding: 0px 5px; +} + -table.soustitre th:nth-of-type(1), table.panier_notices td:nth-of-type(1) { +table.soustitre th:first-child , table.panier_notices td:first-child { width:250px; text-align:left; } -table.soustitre th:nth-of-type(2), table.panier_notices td:nth-of-type(2) { +table.soustitre th:first-child + th, table.panier_notices td:first-child + td { width:60px; } -table.soustitre th:nth-of-type(3), table.panier_notices td:nth-of-type(3) { +table.soustitre th:first-child + th + th, table.panier_notices td:first-child + td + td { width:80px; } -table.soustitre th:nth-of-type(4), table.panier_notices td:nth-of-type(4) { +table.soustitre th:first-child + th + th + th, table.panier_notices td:first-child + td + td + td { width:90px; } -table.soustitre th:nth-of-type(5), table.panier_notices td:nth-of-type(5) { +table.soustitre th:first-child + th + th + th + th, table.panier_notices td:first-child + td + td + td + td { width:120px; } -table.soustitre th:nth-of-type(6), table.panier_notices td:nth-of-type(6) { +table.soustitre th:first-child + th + th + th + th + th, table.panier_notices td:first-child + td + td + td + td + td) { width:50px; padding-right:18px; } -table.panier_notices td:nth-of-type(4) { +table.panier_notices td:first-child + td + td + td { background: url(../../admin/images/ico/edit.gif) no-repeat top center; } -table.panier_notices td:nth-of-type(5) { +table.panier_notices td:first-child + td + td + td + td { background: url(../../admin/images/ico/show.gif) no-repeat top center; }