Fix missing css
This commit is contained in:
parent
62933e9a26
commit
41586b76c0
@ -189,7 +189,7 @@ if ($result)
|
||||
$var=!$var;
|
||||
print '<tr '. $bc[$var].'>';
|
||||
|
||||
print '<td>'.img_object('',$picto).' '.$objMod->getName();
|
||||
print '<td>'.img_object('',$picto,'class="pictoobjectwidth"').' '.$objMod->getName();
|
||||
print '<a name="'.$objMod->getName().'"> </a>';
|
||||
|
||||
$perm_libelle=($conf->global->MAIN_USE_ADVANCED_PERMS && ($langs->trans("PermissionAdvanced".$obj->id)!=("PermissionAdvanced".$obj->id))?$langs->trans("PermissionAdvanced".$obj->id):(($langs->trans("Permission".$obj->id)!=("Permission".$obj->id))?$langs->trans("Permission".$obj->id):$obj->libelle));
|
||||
|
||||
@ -986,6 +986,9 @@ div.nopadding {
|
||||
margin-<?php echo $right; ?>: 8px;
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
.pictoobjectwidth {
|
||||
width: 14px;
|
||||
}
|
||||
.pictosubstatus {
|
||||
padding-left: 2px;
|
||||
padding-right: 2px;
|
||||
@ -2972,16 +2975,16 @@ div.tabBar .noborder {
|
||||
border: 1px solid #CCC;
|
||||
text-align: center;
|
||||
border-radius: 2px;
|
||||
|
||||
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
width: 115px;
|
||||
width: 115px;
|
||||
}
|
||||
@media only screen and (max-width: 767px)
|
||||
{
|
||||
.boxstats {
|
||||
width: 100px;
|
||||
width: 100px;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@ -756,10 +756,10 @@ div.fiche>form>div.div-table-responsive {
|
||||
width: 20px;
|
||||
object-fit: contain;
|
||||
}
|
||||
|
||||
|
||||
div.statusref {
|
||||
padding-right: 10px;
|
||||
}
|
||||
}
|
||||
}
|
||||
.linkobject { cursor: pointer; }
|
||||
<?php if (GETPOST("optioncss") == 'print') { ?>
|
||||
@ -1010,6 +1010,9 @@ table.noborder tr.liste_titre td {
|
||||
margin-<?php echo $right; ?>: 8px;
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
.pictoobjectwidth {
|
||||
width: 14px;
|
||||
}
|
||||
.pictosubstatus {
|
||||
padding-left: 2px;
|
||||
padding-right: 2px;
|
||||
@ -2854,16 +2857,16 @@ div .tdtop {
|
||||
text-align: center;
|
||||
border-radius: 2px;
|
||||
min-height: 38px;
|
||||
|
||||
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
width: 115px;
|
||||
width: 115px;
|
||||
}
|
||||
@media only screen and (max-width: 767px)
|
||||
{
|
||||
.boxstats {
|
||||
width: 100px;
|
||||
width: 100px;
|
||||
}
|
||||
}
|
||||
.boxstats:hover {
|
||||
|
||||
@ -333,7 +333,7 @@ if ($result)
|
||||
{
|
||||
// On affiche ligne pour modifier droits
|
||||
print '<tr '. $bc[$var].'>';
|
||||
print '<td class="maxwidthonsmartphone tdoverflowonsmartphone">'.img_object('',$picto).' '.$objMod->getName();
|
||||
print '<td class="maxwidthonsmartphone tdoverflowonsmartphone">'.img_object('',$picto,'class="pictoobjectwidth"').' '.$objMod->getName();
|
||||
print '<a name="'.$objMod->getName().'"></a></td>';
|
||||
print '<td align="center" class="nowrap">';
|
||||
print '<a class="reposition" title="'.dol_escape_htmltag($langs->trans("All")).'" alt="'.dol_escape_htmltag($langs->trans("All")).'" href="perms.php?id='.$object->id.'&action=addrights&entity='.$entity.'&module='.$obj->module.'">'.$langs->trans("All")."</a>";
|
||||
@ -348,7 +348,7 @@ if ($result)
|
||||
print '<tr '. $bc[$var].'>';
|
||||
|
||||
// Picto and label of permission
|
||||
print '<td class="maxwidthonsmartphone tdoverflowonsmartphone">'.img_object('',$picto).' '.$objMod->getName().'</td>';
|
||||
print '<td class="maxwidthonsmartphone tdoverflowonsmartphone">'.img_object('',$picto,'class="pictoobjectwidth"').' '.$objMod->getName().'</td>';
|
||||
|
||||
// Permission and tick
|
||||
if (! empty($object->admin) && ! empty($objMod->rights_admin_allowed)) // Permission own because admin
|
||||
|
||||
Loading…
Reference in New Issue
Block a user