From 075181a8d5f4bc6e24e66040b253e375794dbcc9 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 17 Dec 2020 12:15:34 +0100 Subject: [PATCH] Look and feel v13 --- htdocs/core/lib/ticket.lib.php | 2 +- htdocs/theme/eldy/badges.inc.php | 10 ++++++++++ htdocs/ticket/card.php | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/htdocs/core/lib/ticket.lib.php b/htdocs/core/lib/ticket.lib.php index f2d38512b2d..92fdfa21aff 100644 --- a/htdocs/core/lib/ticket.lib.php +++ b/htdocs/core/lib/ticket.lib.php @@ -856,7 +856,7 @@ function getTicketTimelineIcon($actionstatic, &$histo, $key) if ($actionstatic->code == 'AC_TICKET_CREATE') { $iconClass = 'fa fa-ticket'; } elseif ($actionstatic->code == 'AC_TICKET_MODIFY') { - $iconClass = 'fa fa-pencil'; + $iconClass = 'fa fa-pencilxxx'; } elseif ($actionstatic->code == 'TICKET_MSG') { $iconClass = 'fa fa-comments'; } elseif ($actionstatic->code == 'TICKET_MSG_PRIVATE') { diff --git a/htdocs/theme/eldy/badges.inc.php b/htdocs/theme/eldy/badges.inc.php index 86f5971891e..00c2a91a29c 100644 --- a/htdocs/theme/eldy/badges.inc.php +++ b/htdocs/theme/eldy/badges.inc.php @@ -191,6 +191,16 @@ a.badge-dark:focus, a.badge-dark:hover { } +@media only screen and (max-width: 570px) +{ + span.badge.badge-status { + overflow: hidden; + max-width: 130px; + text-overflow: ellipsis; + } +} + + /* STATUS BADGES */ '; // Group - print ''; + print ''; $formticket->selectGroupTickets((GETPOST('category_code') ? GETPOST('category_code') : $object->category_code), 'category_code', '', '2'); print '';