Responsive
This commit is contained in:
parent
774f57910f
commit
692be6889a
@ -725,7 +725,7 @@ if ($result) {
|
|||||||
|
|
||||||
// Suggested accounting account
|
// Suggested accounting account
|
||||||
print '<td>';
|
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>';
|
print '</td>';
|
||||||
|
|
||||||
// Column with checkbox
|
// Column with checkbox
|
||||||
|
|||||||
@ -503,7 +503,7 @@ if ($result) {
|
|||||||
|
|
||||||
// Suggested accounting account
|
// Suggested accounting account
|
||||||
print '<td>';
|
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>';
|
||||||
|
|
||||||
print '<td class="center">';
|
print '<td class="center">';
|
||||||
|
|||||||
@ -749,7 +749,7 @@ if ($result) {
|
|||||||
|
|
||||||
// Suggested accounting account
|
// Suggested accounting account
|
||||||
print '<td>';
|
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>';
|
print '</td>';
|
||||||
|
|
||||||
// Column with checkbox
|
// Column with checkbox
|
||||||
|
|||||||
@ -6441,10 +6441,10 @@ ul.select2-results__options li {
|
|||||||
{
|
{
|
||||||
/* CSS to have the dropdown boxes larger that the input search area */
|
/* CSS to have the dropdown boxes larger that the input search area */
|
||||||
.select2-container.select2-container--open .select2-dropdown.ui-dialog {
|
.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 {
|
.select2-container.select2-container--open .select2-dropdown--below {
|
||||||
min-width: 200px !important;
|
min-width: 220px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.select2-container--open .select2-dropdown--below {
|
.select2-container--open .select2-dropdown--below {
|
||||||
|
|||||||
@ -6207,10 +6207,10 @@ ul.select2-results__options li {
|
|||||||
{
|
{
|
||||||
/* CSS to have the dropdown boxes larger that the input search area */
|
/* CSS to have the dropdown boxes larger that the input search area */
|
||||||
.select2-container.select2-container--open .select2-dropdown.ui-dialog {
|
.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 {
|
.select2-container.select2-container--open .select2-dropdown--below {
|
||||||
min-width: 200px !important;
|
min-width: 220px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.select2-container--open .select2-dropdown--below {
|
.select2-container--open .select2-dropdown--below {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user