From 28366f91b2ee0b96263fc0779109e9c0bc772a81 Mon Sep 17 00:00:00 2001 From: Cerdic <cedric@yterium.com> Date: Thu, 18 Mar 2021 16:24:54 +0100 Subject: [PATCH] eviter que le picto media soit trop petit quand on a des longs descriptifs --- prive/style_prive_plugin_medias.html | 1 + 1 file changed, 1 insertion(+) diff --git a/prive/style_prive_plugin_medias.html b/prive/style_prive_plugin_medias.html index 709b1ab7..fbcfdda8 100644 --- a/prive/style_prive_plugin_medias.html +++ b/prive/style_prive_plugin_medias.html @@ -74,6 +74,7 @@ a.bouton_fermer {display:block;text-align:#GET{right};} .galerie table th.id { text-align: right; } .galerie table td.id { width: 80px; text-align: right; vertical-align: top; line-height: normal; } .galerie table td.id strong { font-size: 1.6em; color: #666; font-weight: normal; } +.galerie table td.infos {min-width: 24px;} .galerie table td.statut { width: 9px; } .galerie table td.logo { width: 250px; overflow: hidden; } .galerie table td.logo img { /*border: 1px solid #666;*/ } -- GitLab