';
if ($action == "view_ticket" || $action == "presend" || $action == "close" || $action == "confirm_public_close") {
if ($display_ticket) {
@@ -350,8 +350,9 @@ if ($action == "view_ticket" || $action == "presend" || $action == "close" || $a
print "\n";
print '
';
+
// List ticket
- print '
';
+ print '
';
if ($object->dao->fk_statut < Ticket::STATUS_CLOSED) {
// New message
diff --git a/htdocs/theme/eldy/global.inc.php b/htdocs/theme/eldy/global.inc.php
index 44c66a979d5..7c2bbba5c42 100644
--- a/htdocs/theme/eldy/global.inc.php
+++ b/htdocs/theme/eldy/global.inc.php
@@ -5247,10 +5247,26 @@ div.tabsElem a.tab {
/* ============================================================================== */
/* Ticket module */
/* ============================================================================== */
-
+.ticketpublicarea {
+ width: 70%;
+}
.publicnewticketform {
margin-top: 25px !important;
}
+.ticketlargemargin {
+ padding-left: 50px;
+ padding-right: 50px;
+}
+@media only screen and (max-width: 767px)
+{
+ .ticketlargemargin {
+ padding-left: 5px; padding-right: 5px;
+ }
+ .ticketpublicarea {
+ width: 100%;
+ }
+}
+
#cd-timeline {
position: relative;
padding: 2em 0;
diff --git a/htdocs/theme/md/style.css.php b/htdocs/theme/md/style.css.php
index c15bbf26eef..9fad375eade 100644
--- a/htdocs/theme/md/style.css.php
+++ b/htdocs/theme/md/style.css.php
@@ -5404,9 +5404,25 @@ border-top-right-radius: 6px;
/* Ticket module */
/* ============================================================================== */
+.ticketpublicarea {
+ width: 70%;
+}
.publicnewticketform {
margin-top: 25px !important;
}
+.ticketlargemargin {
+ padding-left: 50px;
+ padding-right: 50px;
+}
+@media only screen and (max-width: 767px)
+{
+ .ticketlargemargin {
+ padding-left: 5px; padding-right: 5px;
+ }
+ .ticketpublicarea {
+ width: 100%;
+ }
+}
#cd-timeline {
position: relative;