Look and feel v15

This commit is contained in:
Laurent Destailleur 2021-11-08 19:15:02 +01:00
parent 6e1213128f
commit 13e8e3d33c
2 changed files with 5 additions and 5 deletions

View File

@ -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;

View File

@ -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
{