Responsive

This commit is contained in:
Laurent Destailleur 2022-10-24 11:04:40 +02:00
parent 774f57910f
commit 692be6889a
5 changed files with 7 additions and 7 deletions

View File

@ -725,7 +725,7 @@ if ($result) {
// Suggested accounting account
print '<td>';
print $formaccounting->select_account(($default_account > 0 && $confirm === 'yes' && in_array($objp->rowid."_".$i, $toselect)) ? $default_account : $suggestedid, 'codeventil'.$facture_static_det->id, 1, array(), 0, 0, 'codeventil maxwidth200 maxwidthonsmartphone', 'cachewithshowemptyone');
print $formaccounting->select_account(($default_account > 0 && $confirm === 'yes' && in_array($objp->rowid."_".$i, $toselect)) ? $default_account : $suggestedid, 'codeventil'.$facture_static_det->id, 1, array(), 0, 0, 'codeventil maxwidth150 maxwidthonsmartphone', 'cachewithshowemptyone');
print '</td>';
// Column with checkbox

View File

@ -503,7 +503,7 @@ if ($result) {
// Suggested accounting account
print '<td>';
print $formaccounting->select_account($objp->aarowid_suggest, 'codeventil'.$objp->rowid, 1, array(), 0, 0, 'codeventil maxwidth300 maxwidthonsmartphone', 'cachewithshowemptyone');
print $formaccounting->select_account($objp->aarowid_suggest, 'codeventil'.$objp->rowid, 1, array(), 0, 0, 'codeventil maxwidth200 maxwidthonsmartphone', 'cachewithshowemptyone');
print '</td>';
print '<td class="center">';

View File

@ -749,7 +749,7 @@ if ($result) {
// Suggested accounting account
print '<td>';
print $formaccounting->select_account(($default_account > 0 && $confirm === 'yes' && in_array($objp->rowid."_".$i, $toselect)) ? $default_account : $suggestedid, 'codeventil'.$facturefourn_static_det->id, 1, array(), 0, 0, 'codeventil maxwidth200 maxwidthonsmartphone', 'cachewithshowemptyone');
print $formaccounting->select_account(($default_account > 0 && $confirm === 'yes' && in_array($objp->rowid."_".$i, $toselect)) ? $default_account : $suggestedid, 'codeventil'.$facturefourn_static_det->id, 1, array(), 0, 0, 'codeventil maxwidth150 maxwidthonsmartphone', 'cachewithshowemptyone');
print '</td>';
// Column with checkbox

View File

@ -6441,10 +6441,10 @@ ul.select2-results__options li {
{
/* CSS to have the dropdown boxes larger that the input search area */
.select2-container.select2-container--open .select2-dropdown.ui-dialog {
min-width: 200px !important;
min-width: 220px !important;
}
.select2-container.select2-container--open .select2-dropdown--below {
min-width: 200px !important;
min-width: 220px !important;
}
.select2-container--open .select2-dropdown--below {

View File

@ -6207,10 +6207,10 @@ ul.select2-results__options li {
{
/* CSS to have the dropdown boxes larger that the input search area */
.select2-container.select2-container--open .select2-dropdown.ui-dialog {
min-width: 200px !important;
min-width: 220px !important;
}
.select2-container.select2-container--open .select2-dropdown--below {
min-width: 200px !important;
min-width: 220px !important;
}
.select2-container--open .select2-dropdown--below {