| '.$langs->trans("DefaultWarehouse").' | ';
- print img_picto($langs->trans("DefaultWarehouse"), 'stock', 'pictofixedwidth');
+ print img_picto($langs->trans("DefaultWarehouse"), 'stock', 'class="pictofixedwidth"');
print $formproduct->selectWarehouses(GETPOST('fk_default_warehouse'), 'fk_default_warehouse', 'warehouseopen', 1);
print ' ';
print '';
diff --git a/htdocs/theme/eldy/global.inc.php b/htdocs/theme/eldy/global.inc.php
index 988ac6b3ae3..6c705c62489 100644
--- a/htdocs/theme/eldy/global.inc.php
+++ b/htdocs/theme/eldy/global.inc.php
@@ -1027,6 +1027,7 @@ ul.attendees li {
list-style-type: none;
padding-top:1px;
padding-bottom:1px;
+ line-height: 1.6em;
}
.googlerefreshcal {
padding-top: 4px;
@@ -1472,6 +1473,10 @@ select.widthcentpercentminusxx, span.widthcentpercentminusxx:not(.select2-select
width: calc(100% - 40px) !important;
display: inline-block;
}
+ select.widthcentpercentminusxx, span.widthcentpercentminusxx:not(.select2-selection), input.widthcentpercentminusxx {
+ width: calc(100% - 70px) !important;
+ display: inline-block;
+ }
.logopublicpayment #dolpaymentlogo {
max-width: 260px;
diff --git a/htdocs/theme/md/style.css.php b/htdocs/theme/md/style.css.php
index e292b3850d1..407a38ea320 100644
--- a/htdocs/theme/md/style.css.php
+++ b/htdocs/theme/md/style.css.php
@@ -1496,6 +1496,18 @@ table[summary="list_of_modules"] .fa-cog {
padding-right: 10px !important;
}
+ .hideonsmartphone { display: none; }
+ .hideonsmartphoneimp { display: none !important; }
+
+ select.minwidth100imp, select.minwidth100, select.minwidth200, select.minwidth200imp, select.minwidth300 {
+ width: calc(100% - 40px) !important;
+ display: inline-block;
+ }
+ select.widthcentpercentminusxx, span.widthcentpercentminusxx:not(.select2-selection), input.widthcentpercentminusxx {
+ width: calc(100% - 70px) !important;
+ display: inline-block;
+ }
+
.poweredbyimg {
width: 48px;
}
@@ -1580,8 +1592,6 @@ table[summary="list_of_modules"] .fa-cog {
line-height: 1.4em;
}
- .hideonsmartphone { display: none; }
- .hideonsmartphoneimp { display: none !important; }
.noenlargeonsmartphone { width : 50px !important; display: inline !important; }
.maxwidthonsmartphone, #search_newcompany.ui-autocomplete-input { max-width: 100px; }
.maxwidth50onsmartphone { max-width: 40px; }
|