mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
css
This commit is contained in:
parent
27224afa9f
commit
e20a593959
|
|
@ -2619,6 +2619,7 @@ div.fichehalfleft {
|
|||
<?php if ($conf->browser->layout != 'phone') {
|
||||
print "width: calc(50% - 20px);\n";
|
||||
} ?>
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
div.fichehalfright {
|
||||
<?php if ($conf->browser->layout != 'phone') {
|
||||
|
|
|
|||
|
|
@ -2720,6 +2720,7 @@ div.fichehalfleft {
|
|||
<?php if ($conf->browser->layout != 'phone') {
|
||||
print "width: calc(50% - 16px);\n";
|
||||
} ?>
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
div.fichehalfright {
|
||||
<?php if ($conf->browser->layout != 'phone') {
|
||||
|
|
|
|||
|
|
@ -2161,7 +2161,7 @@ if ($action == 'create' || $action == 'adduserldap') {
|
|||
if (!empty($groupslist)) {
|
||||
foreach ($groupslist as $group) {
|
||||
print '<tr class="oddeven">';
|
||||
print '<td class="tdoverflowmax150">';
|
||||
print '<td class="tdoverflowmax200">';
|
||||
if ($permissiontoeditgroup) {
|
||||
print $group->getNomUrl(1);
|
||||
} else {
|
||||
|
|
@ -2179,7 +2179,7 @@ if ($action == 'create' || $action == 'adduserldap') {
|
|||
print "</td></tr>\n";
|
||||
}
|
||||
} else {
|
||||
print '<tr class="oddeven"><td colspan="3"><span class="opacitymedium">'.$langs->trans("None").'</span></td></tr>';
|
||||
print '<tr class="oddeven"><td colspan="2"><span class="opacitymedium">'.$langs->trans("None").'</span></td></tr>';
|
||||
}
|
||||
|
||||
print "</table>";
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user