CSS
This commit is contained in:
parent
0170906524
commit
00165871bd
@ -6140,6 +6140,7 @@ abstract class CommonObject
|
|||||||
$labeltoshow = $langs->trans($label);
|
$labeltoshow = $langs->trans($label);
|
||||||
|
|
||||||
$out .= '<td class="titlefield';
|
$out .= '<td class="titlefield';
|
||||||
|
if (GETPOST('action','none') == 'create') $out.='create';
|
||||||
if ($mode != 'view' && ! empty($extrafields->attributes[$this->table_element]['required'][$key])) $out .= ' fieldrequired';
|
if ($mode != 'view' && ! empty($extrafields->attributes[$this->table_element]['required'][$key])) $out .= ' fieldrequired';
|
||||||
$out .= '">';
|
$out .= '">';
|
||||||
if (! empty($extrafields->attributes[$object->table_element]['help'][$key])) $out .= $form->textwithpicto($labeltoshow, $extrafields->attributes[$object->table_element]['help'][$key]);
|
if (! empty($extrafields->attributes[$object->table_element]['help'][$key])) $out .= $form->textwithpicto($labeltoshow, $extrafields->attributes[$object->table_element]['help'][$key]);
|
||||||
|
|||||||
@ -536,7 +536,7 @@ if ($resql)
|
|||||||
if (! empty($arrayfields['d.date_debut']['checked']))
|
if (! empty($arrayfields['d.date_debut']['checked']))
|
||||||
{
|
{
|
||||||
print '<td class="liste_titre" align="center">';
|
print '<td class="liste_titre" align="center">';
|
||||||
print '<input class="flat" type="text" size="1" maxlength="2" name="month_start" value="'.$month_start.'">';
|
print '<input class="flat valignmiddle" type="text" size="1" maxlength="2" name="month_start" value="'.$month_start.'">';
|
||||||
$formother->select_year($year_start,'year_start',1, $min_year, $max_year);
|
$formother->select_year($year_start,'year_start',1, $min_year, $max_year);
|
||||||
print '</td>';
|
print '</td>';
|
||||||
}
|
}
|
||||||
@ -544,7 +544,7 @@ if ($resql)
|
|||||||
if (! empty($arrayfields['d.date_fin']['checked']))
|
if (! empty($arrayfields['d.date_fin']['checked']))
|
||||||
{
|
{
|
||||||
print '<td class="liste_titre" align="center">';
|
print '<td class="liste_titre" align="center">';
|
||||||
print '<input class="flat" type="text" size="1" maxlength="2" name="month_end" value="'.$month_end.'">';
|
print '<input class="flat valignmiddle" type="text" size="1" maxlength="2" name="month_end" value="'.$month_end.'">';
|
||||||
$formother->select_year($year_end,'year_end',1, $min_year, $max_year);
|
$formother->select_year($year_end,'year_end',1, $min_year, $max_year);
|
||||||
print '</td>';
|
print '</td>';
|
||||||
}
|
}
|
||||||
|
|||||||
@ -36,7 +36,7 @@ if (! defined('NOREQUIREHTML')) define('NOREQUIREHTML',1);
|
|||||||
if (! defined('NOREQUIREAJAX')) define('NOREQUIREAJAX','1');
|
if (! defined('NOREQUIREAJAX')) define('NOREQUIREAJAX','1');
|
||||||
|
|
||||||
// Colors
|
// Colors
|
||||||
$colorbackhmenu1='80,90,120'; // topmenu
|
$colorbackhmenu1='60,70,100'; // topmenu
|
||||||
$colorbackvmenu1='248,248,248'; // vmenu
|
$colorbackvmenu1='248,248,248'; // vmenu
|
||||||
$colortopbordertitle1='200,200,200'; // top border of title
|
$colortopbordertitle1='200,200,200'; // top border of title
|
||||||
$colorbacktitle1='220,220,223'; // title of tables,list
|
$colorbacktitle1='220,220,223'; // title of tables,list
|
||||||
|
|||||||
@ -872,11 +872,10 @@ div.fiche>form>div.div-table-responsive {
|
|||||||
flex: 1 1 150px;
|
flex: 1 1 150px;
|
||||||
}
|
}
|
||||||
.thumbstat, .thumbstat150 {
|
.thumbstat, .thumbstat150 {
|
||||||
/* flex-grow: 1; */
|
flex-grow: 1;
|
||||||
/* flex-shrink: 1; */
|
flex-shrink: 1;
|
||||||
/* flex-basis: 140px; */
|
/* flex-basis: 140px; */
|
||||||
display: inline;
|
min-width: 150px;
|
||||||
width: 100%;
|
|
||||||
justify-content: flex-start;
|
justify-content: flex-start;
|
||||||
align-self: flex-start;
|
align-self: flex-start;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user