From 8138a932d3c7c9fe27e17c57255bc6f7c9694f29 Mon Sep 17 00:00:00 2001
From: llaffont <llaffont@git-test.afi-sa.fr>
Date: Mon, 3 Jun 2013 16:13:15 +0000
Subject: [PATCH] =?UTF-8?q?Compatibilit=C3=A9=20liste=20des=20paniers=20IE?=
 =?UTF-8?q?8?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 public/opac/css/global.css | 22 +++++++++++++---------
 1 file changed, 13 insertions(+), 9 deletions(-)

diff --git a/public/opac/css/global.css b/public/opac/css/global.css
index 49d62d0cd8d..e67bf06fed4 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;
 }
 
-- 
GitLab