mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
CSS
This commit is contained in:
parent
359f2c6e81
commit
56d921ea52
|
|
@ -511,7 +511,7 @@ if (! empty($arrayfields['state.nom']['checked']))
|
|||
if (! empty($arrayfields['country.code_iso']['checked']))
|
||||
{
|
||||
print '<td class="liste_titre" align="center">';
|
||||
print $form->select_country($search_country, 'search_country', '', 0, 'maxwidth100');
|
||||
print $form->select_country($search_country, 'search_country', '', 0, 'minwidth100imp maxwidth100');
|
||||
print '</td>';
|
||||
}
|
||||
// Phone pro
|
||||
|
|
|
|||
|
|
@ -564,7 +564,7 @@ if ($resql)
|
|||
if (! empty($arrayfields['country.code_iso']['checked']))
|
||||
{
|
||||
print '<td class="liste_titre" align="center">';
|
||||
print $form->select_country($search_country, 'search_country', '', 0, 'maxwidth100');
|
||||
print $form->select_country($search_country, 'search_country', '', 0, 'minwidth100imp maxwidth100');
|
||||
print '</td>';
|
||||
}
|
||||
// Company type
|
||||
|
|
|
|||
|
|
@ -622,7 +622,7 @@ if ($resql)
|
|||
if (! empty($arrayfields['country.code_iso']['checked']))
|
||||
{
|
||||
print '<td class="liste_titre" align="center">';
|
||||
print $form->select_country($search_country, 'search_country', '', 0, 'maxwidth100');
|
||||
print $form->select_country($search_country, 'search_country', '', 0, 'minwidth100imp maxwidth100');
|
||||
print '</td>';
|
||||
}
|
||||
// Company type
|
||||
|
|
|
|||
|
|
@ -759,7 +759,7 @@ if ($resql)
|
|||
if (! empty($arrayfields['country.code_iso']['checked']))
|
||||
{
|
||||
print '<td class="liste_titre" align="center">';
|
||||
print $form->select_country($search_country, 'search_country', '', 0, 'maxwidth100');
|
||||
print $form->select_country($search_country, 'search_country', '', 0, 'minwidth100imp maxwidth100');
|
||||
print '</td>';
|
||||
}
|
||||
// Company type
|
||||
|
|
|
|||
|
|
@ -584,7 +584,7 @@ if (! empty($arrayfields['p.town']['checked']))
|
|||
if (! empty($arrayfields['country.code_iso']['checked']))
|
||||
{
|
||||
print '<td class="liste_titre center">';
|
||||
print $form->select_country($search_country, 'search_country', '', 0, 'maxwidth100');
|
||||
print $form->select_country($search_country, 'search_country', '', 0, 'minwidth100imp maxwidth100');
|
||||
print '</td>';
|
||||
}
|
||||
if (! empty($arrayfields['p.phone']['checked']))
|
||||
|
|
|
|||
|
|
@ -499,7 +499,7 @@ if (! empty($arrayfields['state.nom']['checked']))
|
|||
if (! empty($arrayfields['country.code_iso']['checked']))
|
||||
{
|
||||
print '<td class="liste_titre" align="center">';
|
||||
print $form->select_country($search_country, 'search_country', '', 0, 'maxwidth100');
|
||||
print $form->select_country($search_country, 'search_country', '', 0, 'minwidth100imp maxwidth100');
|
||||
print '</td>';
|
||||
}
|
||||
// Company type
|
||||
|
|
|
|||
|
|
@ -357,7 +357,7 @@ if ($resql)
|
|||
if (! empty($arrayfields['country.code_iso']['checked']))
|
||||
{
|
||||
print '<td class="liste_titre" align="center">';
|
||||
print $form->select_country($search_country, 'search_country', '', 0, 'maxwidth100');
|
||||
print $form->select_country($search_country, 'search_country', '', 0, 'minwidth100imp maxwidth100');
|
||||
print '</td>';
|
||||
}
|
||||
// Company type
|
||||
|
|
|
|||
|
|
@ -792,7 +792,7 @@ if ($resql)
|
|||
if (! empty($arrayfields['country.code_iso']['checked']))
|
||||
{
|
||||
print '<td class="liste_titre" align="center">';
|
||||
print $form->select_country($search_country, 'search_country', '', 0, 'maxwidth100');
|
||||
print $form->select_country($search_country, 'search_country', '', 0, 'minwidth100imp maxwidth100');
|
||||
print '</td>';
|
||||
}
|
||||
// Company type
|
||||
|
|
|
|||
|
|
@ -671,7 +671,7 @@ if ($resql)
|
|||
if (! empty($arrayfields['country.code_iso']['checked']))
|
||||
{
|
||||
print '<td class="liste_titre" align="center">';
|
||||
print $form->select_country($search_country, 'search_country', '', 0, 'maxwidth100');
|
||||
print $form->select_country($search_country, 'search_country', '', 0, 'minwidth100imp maxwidth100');
|
||||
print '</td>';
|
||||
}
|
||||
// Company type
|
||||
|
|
|
|||
|
|
@ -666,7 +666,7 @@ if ($resql)
|
|||
if (! empty($arrayfields['country.code_iso']['checked']))
|
||||
{
|
||||
print '<td class="liste_titre center">';
|
||||
print $form->select_country($search_country, 'search_country', '', 0, 'maxwidth100');
|
||||
print $form->select_country($search_country, 'search_country', '', 0, 'minwidth100imp maxwidth100');
|
||||
print '</td>';
|
||||
}
|
||||
// Company type
|
||||
|
|
|
|||
|
|
@ -265,7 +265,7 @@ if (empty($reshook))
|
|||
$search_status=-1;
|
||||
$search_stcomm='';
|
||||
$search_level='';
|
||||
$search_parent_name=-1;
|
||||
$search_parent_name='';
|
||||
$search_import_key='';
|
||||
$toselect='';
|
||||
$search_array_options=array();
|
||||
|
|
@ -738,7 +738,7 @@ if (! empty($arrayfields['region.nom']['checked']))
|
|||
if (! empty($arrayfields['country.code_iso']['checked']))
|
||||
{
|
||||
print '<td class="liste_titre center">';
|
||||
print $form->select_country($search_country, 'search_country', '', 0, 'maxwidth100');
|
||||
print $form->select_country($search_country, 'search_country', '', 0, 'minwidth100imp maxwidth100');
|
||||
print '</td>';
|
||||
}
|
||||
// Company type
|
||||
|
|
|
|||
|
|
@ -493,7 +493,7 @@ if ($resql)
|
|||
if (! empty($arrayfields['country.code_iso']['checked']))
|
||||
{
|
||||
print '<td class="liste_titre center">';
|
||||
print $form->select_country($search_country, 'search_country', '', 0, 'maxwidth100');
|
||||
print $form->select_country($search_country, 'search_country', '', 0, 'minwidth100imp maxwidth100');
|
||||
print '</td>';
|
||||
}
|
||||
// Company type
|
||||
|
|
|
|||
|
|
@ -765,7 +765,7 @@ if (! empty($arrayfields['region.nom']['checked']))
|
|||
if (! empty($arrayfields['country.code_iso']['checked']))
|
||||
{
|
||||
print '<td class="liste_titre" align="center">';
|
||||
print $form->select_country($search_country, 'search_country', '', 0, 'maxwidth100');
|
||||
print $form->select_country($search_country, 'search_country', '', 0, 'minwidth100imp maxwidth100');
|
||||
print '</td>';
|
||||
}
|
||||
// Company type
|
||||
|
|
|
|||
|
|
@ -1007,6 +1007,7 @@ select.selectarrowonleft option {
|
|||
.minwidth50imp { min-width: 50px !important; }
|
||||
.minwidth75imp { min-width: 75px !important; }
|
||||
.minwidth100imp { min-width: 100px !important; }
|
||||
.minwidth150imp { min-width: 150px !important; }
|
||||
.minwidth200imp { min-width: 200px !important; }
|
||||
.minwidth300imp { min-width: 300px !important; }
|
||||
.minwidth400imp { min-width: 300px !important; }
|
||||
|
|
@ -1020,8 +1021,9 @@ select.selectarrowonleft option {
|
|||
.minwidth50imp { min-width: 50px !important; }
|
||||
.minwidth75imp { min-width: 70px !important; }
|
||||
.minwidth100imp { min-width: 80px !important; }
|
||||
.minwidth200imp { min-width: 100px !important; }
|
||||
.minwidth300imp { min-width: 100px !important; }
|
||||
.minwidth150imp { min-width: 100px !important; }
|
||||
.minwidth200imp { min-width: 110px !important; }
|
||||
.minwidth300imp { min-width: 120px !important; }
|
||||
.minwidth400imp { min-width: 150px !important; }
|
||||
.minwidth500imp { min-width: 250px !important; }
|
||||
}
|
||||
|
|
@ -1100,9 +1102,10 @@ select.selectarrowonleft option {
|
|||
.maxwidth400onsmartphone { max-width: 400px; }
|
||||
.minwidth50imp { min-width: 50px !important; }
|
||||
.minwidth75imp { min-width: 60px !important; }
|
||||
.minwidth100imp { min-width: 60px !important; }
|
||||
.minwidth200imp { min-width: 60px !important; }
|
||||
.minwidth300imp { min-width: 100px !important; }
|
||||
.minwidth100imp { min-width: 80px !important; }
|
||||
.minwidth150imp { min-width: 90px !important; }
|
||||
.minwidth200imp { min-width: 100px !important; }
|
||||
.minwidth300imp { min-width: 120px !important; }
|
||||
.minwidth400imp { min-width: 150px !important; }
|
||||
.minwidth500imp { min-width: 250px !important; }
|
||||
.titlefield { width: auto; }
|
||||
|
|
|
|||
|
|
@ -967,6 +967,7 @@ select.selectarrowonleft option {
|
|||
.minwidth50imp { min-width: 50px !important; }
|
||||
.minwidth75imp { min-width: 75px !important; }
|
||||
.minwidth100imp { min-width: 100px !important; }
|
||||
.minwidth150imp { min-width: 150px !important; }
|
||||
.minwidth200imp { min-width: 200px !important; }
|
||||
.minwidth300imp { min-width: 300px !important; }
|
||||
.minwidth400imp { min-width: 300px !important; }
|
||||
|
|
@ -980,20 +981,21 @@ select.selectarrowonleft option {
|
|||
.minwidth50imp { min-width: 50px !important; }
|
||||
.minwidth75imp { min-width: 70px !important; }
|
||||
.minwidth100imp { min-width: 80px !important; }
|
||||
.minwidth200imp { min-width: 100px !important; }
|
||||
.minwidth300imp { min-width: 100px !important; }
|
||||
.minwidth400imp { min-width: 100px !important; }
|
||||
.minwidth500imp { min-width: 100px !important; }
|
||||
.minwidth150imp { min-width: 100px !important; }
|
||||
.minwidth200imp { min-width: 110px !important; }
|
||||
.minwidth300imp { min-width: 120px !important; }
|
||||
.minwidth400imp { min-width: 150px !important; }
|
||||
.minwidth500imp { min-width: 250px !important; }
|
||||
}
|
||||
|
||||
/* Force values for small screen 767 */
|
||||
@media only screen and (max-width: 767px)
|
||||
{
|
||||
body {
|
||||
font-size: <?php print $fontsize+3; ?>px;
|
||||
font-size: <?php print is_numeric($fontsize) ? ($fontsize+3).'px' : $fontsize; ?>;
|
||||
}
|
||||
div.refidno {
|
||||
font-size: <?php print $fontsize+3; ?>px !important;
|
||||
font-size: <?php print is_numeric($fontsize) ? ($fontsize+3).'px' : $fontsize; ?> !important;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -1056,11 +1058,12 @@ select.selectarrowonleft option {
|
|||
.maxwidth400onsmartphone { max-width: 400px; }
|
||||
.minwidth50imp { min-width: 50px !important; }
|
||||
.minwidth75imp { min-width: 60px !important; }
|
||||
.minwidth100imp { min-width: 60px !important; }
|
||||
.minwidth200imp { min-width: 60px !important; }
|
||||
.minwidth300imp { min-width: 60px !important; }
|
||||
.minwidth400imp { min-width: 60px !important; }
|
||||
.minwidth500imp { min-width: 60px !important; }
|
||||
.minwidth100imp { min-width: 80px !important; }
|
||||
.minwidth150imp { min-width: 90px !important; }
|
||||
.minwidth200imp { min-width: 100px !important; }
|
||||
.minwidth300imp { min-width: 120px !important; }
|
||||
.minwidth400imp { min-width: 150px !important; }
|
||||
.minwidth500imp { min-width: 250px !important; }
|
||||
.titlefield { width: auto; }
|
||||
.titlefieldcreate { width: auto; }
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user