css
This commit is contained in:
parent
bc79f041dc
commit
603201206a
@ -2968,7 +2968,8 @@ if ($action == 'create') {
|
|||||||
|
|
||||||
|
|
||||||
// Relative and absolute discounts
|
// Relative and absolute discounts
|
||||||
print '<!-- Discounts --><tr><td>'.$langs->trans('Discounts');
|
print '<!-- Discounts -->'."\n";
|
||||||
|
print '<tr><td>'.$langs->trans('DiscountStillRemaining');
|
||||||
print '</td><td>';
|
print '</td><td>';
|
||||||
|
|
||||||
$thirdparty = $societe;
|
$thirdparty = $societe;
|
||||||
|
|||||||
@ -228,6 +228,9 @@ input {
|
|||||||
padding: 4px;
|
padding: 4px;
|
||||||
padding-left: 5px;
|
padding-left: 5px;
|
||||||
}
|
}
|
||||||
|
.tableforfield input {
|
||||||
|
padding: 2px;
|
||||||
|
}
|
||||||
select {
|
select {
|
||||||
padding-top: 4px;
|
padding-top: 4px;
|
||||||
padding-right: 4px;
|
padding-right: 4px;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user