diff --git a/htdocs/public/ticket/view.php b/htdocs/public/ticket/view.php index 694d91ef081..7590ac3b920 100644 --- a/htdocs/public/ticket/view.php +++ b/htdocs/public/ticket/view.php @@ -463,12 +463,14 @@ if ($action == "view_ticket" || $action == "presend" || $action == "close" || $a print '
'; + print ''; print ''; print '
'; print ''; + print ''; print ''; print '
'; diff --git a/htdocs/theme/eldy/global.inc.php b/htdocs/theme/eldy/global.inc.php index 75806dc63bf..74b65fce2dd 100644 --- a/htdocs/theme/eldy/global.inc.php +++ b/htdocs/theme/eldy/global.inc.php @@ -1890,6 +1890,7 @@ select.widthcentpercentminusxx, span.widthcentpercentminusxx:not(.select2-select .hideonsmartphone { display: none; } .hideonsmartphoneimp { display: none !important; } + .showonsmartphone { display: block !important; } .margintoponsmartphone { margin-top: 6px; } @@ -2022,7 +2023,7 @@ select.widthcentpercentminusxx, span.widthcentpercentminusxx:not(.select2-select .minwidth400imp { min-width: 150px !important; } .minwidth500imp { min-width: 250px !important; } .titlefield { width: auto; min-width: unset; } - .titlefieldcreate { width: auto; } + .titlefieldcreate { width: auto !important; } #tooltip { position: absolute; @@ -5446,7 +5447,8 @@ div.visible { display: block; } -div.hidden, div.hiddenforpopup, header.hidden, tr.hidden, td.hidden, img.hidden, span.hidden, div.showifmore { +div.hidden, div.hiddenforpopup, header.hidden, tr.hidden, td.hidden, +img.hidden, span.hidden, br.hidden, div.showifmore { display: none; } .unvisible { diff --git a/htdocs/theme/md/style.css.php b/htdocs/theme/md/style.css.php index 7ccbf3caa31..77faacd0750 100644 --- a/htdocs/theme/md/style.css.php +++ b/htdocs/theme/md/style.css.php @@ -2055,6 +2055,7 @@ select.widthcentpercentminusxx, span.widthcentpercentminusxx:not(.select2-select .hideonsmartphone { display: none; } .hideonsmartphoneimp { display: none !important; } + .showonsmartphone { display: block !important; } .margintoponsmartphone { margin-top: 6px; } @@ -5425,7 +5426,8 @@ div.visible { display: block; } -div.hidden, div.hiddenforpopup, header.hidden, tr.hidden, td.hidden, img.hidden, span.hidden, div.showifmore { +div.hidden, div.hiddenforpopup, header.hidden, tr.hidden, td.hidden, +img.hidden, span.hidden, br.hidden, div.showifmore { display: none; }