Fix responsive design on small smartphone
This commit is contained in:
parent
ba8c2dbf9f
commit
caa0dd75aa
@ -1030,7 +1030,7 @@ class FormOther
|
|||||||
$selectboxlist.='<input type="hidden" name="userid" value="'.$user->id.'">';
|
$selectboxlist.='<input type="hidden" name="userid" value="'.$user->id.'">';
|
||||||
$selectboxlist.='<input type="hidden" name="areacode" value="'.$areacode.'">';
|
$selectboxlist.='<input type="hidden" name="areacode" value="'.$areacode.'">';
|
||||||
$selectboxlist.='<input type="hidden" name="boxorder" value="'.$boxorder.'">';
|
$selectboxlist.='<input type="hidden" name="boxorder" value="'.$boxorder.'">';
|
||||||
$selectboxlist.=Form::selectarray('boxcombo', $arrayboxtoactivatelabel, '', $langs->trans("ChooseBoxToAdd").'...', 0, 0, '', 0, 0, 0, 'ASC', 'maxwidth200onsmartphone', 0, ' disabled hidden selected');
|
$selectboxlist.=Form::selectarray('boxcombo', $arrayboxtoactivatelabel, '', $langs->trans("ChooseBoxToAdd").'...', 0, 0, '', 0, 0, 0, 'ASC', 'maxwidth150onsmartphone', 0, ' disabled hidden selected');
|
||||||
if (empty($conf->use_javascript_ajax)) $selectboxlist.=' <input type="submit" class="button" value="'.$langs->trans("AddBox").'">';
|
if (empty($conf->use_javascript_ajax)) $selectboxlist.=' <input type="submit" class="button" value="'.$langs->trans("AddBox").'">';
|
||||||
$selectboxlist.='</form>';
|
$selectboxlist.='</form>';
|
||||||
}
|
}
|
||||||
|
|||||||
@ -81,4 +81,4 @@ ForCustomersInvoices=Customers invoices
|
|||||||
ForCustomersOrders=Customers orders
|
ForCustomersOrders=Customers orders
|
||||||
ForProposals=Proposals
|
ForProposals=Proposals
|
||||||
LastXMonthRolling=The latest %s month rolling
|
LastXMonthRolling=The latest %s month rolling
|
||||||
ChooseBoxToAdd=Add widget to your dashboard...
|
ChooseBoxToAdd=Add widget to your dashboard
|
||||||
|
|||||||
@ -650,6 +650,7 @@ div.myavailability {
|
|||||||
.noenlargeonsmartphone { width : 50px !important; display: inline !important; }
|
.noenlargeonsmartphone { width : 50px !important; display: inline !important; }
|
||||||
.maxwidthonsmartphone { max-width: 100px; }
|
.maxwidthonsmartphone { max-width: 100px; }
|
||||||
.maxwidth100onsmartphone { max-width: 100px; }
|
.maxwidth100onsmartphone { max-width: 100px; }
|
||||||
|
.maxwidth150onsmartphone { max-width: 150px; }
|
||||||
.maxwidth200onsmartphone { max-width: 200px; }
|
.maxwidth200onsmartphone { max-width: 200px; }
|
||||||
.maxwidth300onsmartphone { max-width: 300px; }
|
.maxwidth300onsmartphone { max-width: 300px; }
|
||||||
.maxwidth400onsmartphone { max-width: 400px; }
|
.maxwidth400onsmartphone { max-width: 400px; }
|
||||||
|
|||||||
@ -648,6 +648,7 @@ div.myavailability {
|
|||||||
.noenlargeonsmartphone { width : 50px !important; display: inline !important; }
|
.noenlargeonsmartphone { width : 50px !important; display: inline !important; }
|
||||||
.maxwidthonsmartphone { max-width: 100px; }
|
.maxwidthonsmartphone { max-width: 100px; }
|
||||||
.maxwidth100onsmartphone { max-width: 100px; }
|
.maxwidth100onsmartphone { max-width: 100px; }
|
||||||
|
.maxwidth150onsmartphone { max-width: 150px; }
|
||||||
.maxwidth200onsmartphone { max-width: 200px; }
|
.maxwidth200onsmartphone { max-width: 200px; }
|
||||||
.maxwidth300onsmartphone { max-width: 300px; }
|
.maxwidth300onsmartphone { max-width: 300px; }
|
||||||
.maxwidth400onsmartphone { max-width: 400px; }
|
.maxwidth400onsmartphone { max-width: 400px; }
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user