From 33fcc54b6631c2ba461c7057ea5ddc3fbfbf0ea7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Olivier=20T=C3=A9tard?= Date: Sat, 21 Dec 2013 18:44:02 +0100 Subject: [PATCH] =?utf8?q?Am=C3=A9lioration=20de=20l'affichage=20de=20la?= =?utf8?q?=20liste=20des=20souscriptions.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Les souscriptions abandonnées et en échec sont aussi affichées avec un fond rayé. --- prive/style_prive_plugin_souscription.html | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/prive/style_prive_plugin_souscription.html b/prive/style_prive_plugin_souscription.html index 5f018bd..d277d49 100644 --- a/prive/style_prive_plugin_souscription.html +++ b/prive/style_prive_plugin_souscription.html @@ -7,7 +7,14 @@ .souscription_campagne #wysiwyg .contenu_texte {} .souscription #wysiwyg .label {display:inline;} -.souscription .fiche_objet.commande .inner {background:url(#CHEMIN{images/rayures-gris.gif}) center repeat;} +.souscription .fiche_objet.commande .inner, +.souscription .fiche_objet[class*='echec'] .inner, +.souscription .fiche_objet.abandon .inner {background:url(#CHEMIN{images/rayures-gris.gif}) center repeat;} .liste-objets.souscriptions .commande td, -.liste-objets.souscriptions .commande th {background:url(#CHEMIN{images/rayures-gris.gif}) center repeat fixed;opacity:0.6;} \ No newline at end of file +.liste-objets.souscriptions .commande th, +.liste-objets.souscriptions .abandon td, +.liste-objets.souscriptions .abandon th +.liste-objets.souscriptions tr[class*='echec'] td, +.liste-objets.souscriptions tr[class*='echec'] th +{background:url(#CHEMIN{images/rayures-gris.gif}) center repeat fixed;opacity:0.6;} -- 2.30.2