diff --git a/htdocs/core/class/html.formother.class.php b/htdocs/core/class/html.formother.class.php
index 99ee1b6af9b..ebe28237cc4 100644
--- a/htdocs/core/class/html.formother.class.php
+++ b/htdocs/core/class/html.formother.class.php
@@ -542,7 +542,6 @@ class FormOther
$resql_usr = $this->db->query($sql_usr);
if ($resql_usr) {
$userstatic = new User($this->db);
- $showstatus = 1;
while ($obj_usr = $this->db->fetch_object($resql_usr)) {
$userstatic->id = $obj_usr->rowid;
diff --git a/htdocs/theme/md/style.css.php b/htdocs/theme/md/style.css.php
index 42de9b1c6f1..b750ac21b1e 100644
--- a/htdocs/theme/md/style.css.php
+++ b/htdocs/theme/md/style.css.php
@@ -1521,11 +1521,11 @@ table[summary="list_of_modules"] .fa-cog {
}
/* Set a width. Note: add also a max-width, for example maxwidth500, that will be used in priority */
-.widthcentpercentminusx {
+select.widthcentpercentminusx, span.widthcentpercentminusx:not(.select2-selection), input.widthcentpercentminusx {
width: calc(100% - 50px) !important;
display: inline-block;
}
-.widthcentpercentminusxx {
+select.widthcentpercentminusxx, span.widthcentpercentminusxx:not(.select2-selection), input.widthcentpercentminusxx {
width: calc(100% - 70px) !important;
display: inline-block;
}
@@ -3829,11 +3829,12 @@ div.liste_titre_bydiv {
border-top-color: var(--colortopbordertitle1);
border-top-style: solid;
- box-shadow: none;
border-collapse: collapse;
display: table;
padding: 2px 0px 2px 0;
- width: calc(100% - 1px);
+ box-shadow: none;
+ /*width: calc(100% - 1px); 1px more, i don't know why so i remove */
+ width: calc(100%);
}
tr.liste_titre, tr.liste_titre_sel, form.liste_titre, form.liste_titre_sel, table.dataTable.tr, tagtr.liste_titre
{