mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
CSS
This commit is contained in:
parent
fc6a5354e3
commit
94310faaac
|
|
@ -568,7 +568,7 @@ if ($num > 0) {
|
|||
print '</td>';
|
||||
|
||||
// Label
|
||||
print '<td class="minwidth125">';
|
||||
print '<td class="minwidth150">';
|
||||
if (!empty($object->label)) {
|
||||
$object->ref = $langs->trans($object->label);
|
||||
print '<div class="small twolinesmax minwidth150 maxwidth250 classfortooltip" title="'.dol_escape_htmltag($langs->trans($object->label), 0, 0).'">';
|
||||
|
|
|
|||
|
|
@ -2126,6 +2126,7 @@ datalist {
|
|||
.maxwidth250onsmartphone { max-width: 250px; }
|
||||
.maxwidth300onsmartphone { max-width: 300px; }
|
||||
.maxwidth400onsmartphone { max-width: 400px; }
|
||||
.minwidth150 { min-width: 110px !important; }
|
||||
.minwidth50imp { min-width: 50px !important; }
|
||||
.minwidth75imp { min-width: 75px !important; }
|
||||
.minwidth100imp { min-width: 100px !important; }
|
||||
|
|
|
|||
|
|
@ -2299,6 +2299,7 @@ select.widthcentpercentminusxx, span.widthcentpercentminusxx:not(.select2-select
|
|||
.maxwidth250onsmartphone { max-width: 250px; }
|
||||
.maxwidth300onsmartphone { max-width: 300px; }
|
||||
.maxwidth400onsmartphone { max-width: 400px; }
|
||||
.minwidth150 { min-width: 110px !important; }
|
||||
.minwidth50imp { min-width: 50px !important; }
|
||||
.minwidth75imp { min-width: 75px !important; }
|
||||
.minwidth100imp { min-width: 100px !important; }
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user