css
This commit is contained in:
parent
e8f792732e
commit
f3251f1ef9
@ -70,10 +70,10 @@ print '</tr>';
|
||||
|
||||
foreach ($triggers as $trigger) {
|
||||
print '<tr class="oddeven">';
|
||||
print '<td class="tdtop" width="32">'.$trigger['picto'].'</td>';
|
||||
print '<td class="tdtop">'.$trigger['file'].'</td>';
|
||||
print '<td valign="top" align="center">'.$trigger['status'].'</td>';
|
||||
print '<td class="tdtop">';
|
||||
print '<td class=" width="32">'.$trigger['picto'].'</td>';
|
||||
print '<td>'.$trigger['file'].'</td>';
|
||||
print '<td class="center">'.$trigger['status'].'</td>';
|
||||
print '<td>';
|
||||
$text = $trigger['info'];
|
||||
$text .= "<br>\n<strong>".$langs->trans("File")."</strong>:<br>\n".$trigger['relpath'];
|
||||
//$text.="\n".$langs->trans("ExternalModule",$trigger['isocreorexternal']);
|
||||
|
||||
@ -3612,8 +3612,10 @@ tr.liste_titre_filter td.liste_titre {
|
||||
table.liste th, table.noborder th, table.noborder tr.liste_titre td {
|
||||
padding: 8px 6px 8px 6px; /* t r b l */
|
||||
}
|
||||
table.noborder td, div.noborder form, div.noborder form div, table.tableforservicepart1 td, table.tableforservicepart2 td {
|
||||
|
||||
table.liste td, table.noborder td, div.noborder form div, table.tableforservicepart1 td, table.tableforservicepart2 td {
|
||||
padding: 4px 6px 4px 6px; /* t r b l */
|
||||
height: 22px;
|
||||
}
|
||||
form.tagtable {
|
||||
padding: unset !important;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user