diff --git a/htdocs/compta/facture/list.php b/htdocs/compta/facture/list.php
index 625336a0fe4..c09621db71c 100644
--- a/htdocs/compta/facture/list.php
+++ b/htdocs/compta/facture/list.php
@@ -702,18 +702,18 @@ if ($resql)
if (! empty($arrayfields['f.date']['checked']))
{
print '
';
- if (! empty($conf->global->MAIN_LIST_FILTER_ON_DAY)) print '';
- print '';
- $formother->select_year($year?$year:-1,'year',1, 20, 5, 0, 0, '', 'width75');
+ if (! empty($conf->global->MAIN_LIST_FILTER_ON_DAY)) print '';
+ print '';
+ $formother->select_year($year?$year:-1,'year',1, 20, 5, 0, 0, '', 'widthauto valignmiddle');
print ' | ';
}
// Date due
if (! empty($arrayfields['f.date_lim_reglement']['checked']))
{
print '';
- if (! empty($conf->global->MAIN_LIST_FILTER_ON_DAY)) print '';
- print '';
- $formother->select_year($year_lim?$year_lim:-1,'year_lim',1, 20, 5, 0, 0, '', 'width75');
+ if (! empty($conf->global->MAIN_LIST_FILTER_ON_DAY)) print '';
+ print '';
+ $formother->select_year($year_lim?$year_lim:-1,'year_lim',1, 20, 5, 0, 0, '', 'widthauto valignmiddle');
print ' '.$langs->trans("Late");
print ' | ';
}
diff --git a/htdocs/projet/list.php b/htdocs/projet/list.php
index 6b3613a7b0a..e148caeb328 100644
--- a/htdocs/projet/list.php
+++ b/htdocs/projet/list.php
@@ -508,19 +508,19 @@ if (! empty($arrayfields['commercial']['checked']))
// Start date
if (! empty($arrayfields['p.dateo']['checked']))
{
- print '';
- if (! empty($conf->global->MAIN_LIST_FILTER_ON_DAY)) print '';
- print '';
- $formother->select_year($search_syear?$search_syear:-1,'search_syear',1, 20, 5);
+ print ' | ';
+ if (! empty($conf->global->MAIN_LIST_FILTER_ON_DAY)) print '';
+ print '';
+ $formother->select_year($search_syear?$search_syear:-1,'search_syear',1, 20, 5, 0, 0, '', 'widthauto valignmiddle');
print ' | ';
}
// End date
if (! empty($arrayfields['p.datee']['checked']))
{
- print '';
- if (! empty($conf->global->MAIN_LIST_FILTER_ON_DAY)) print '';
- print '';
- $formother->select_year($search_eyear?$search_eyear:-1,'search_eyear',1, 20, 5);
+ print ' | ';
+ if (! empty($conf->global->MAIN_LIST_FILTER_ON_DAY)) print '';
+ print '';
+ $formother->select_year($search_eyear?$search_eyear:-1,'search_eyear',1, 20, 5, 0, 0, '', 'widthauto valignmiddle');
print ' | ';
}
if (! empty($arrayfields['p.public']['checked']))
diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php
index 4843ef11013..c7b00629b3b 100644
--- a/htdocs/theme/eldy/style.css.php
+++ b/htdocs/theme/eldy/style.css.php
@@ -295,12 +295,12 @@ input, input.flat, textarea, textarea.flat, form.flat select, select, select.fla
}
input {
- line-height: 17px;
- padding: 6px;
+ line-height: 1.3em;
+ padding: 5px;
padding-left: 5px;
}
select {
- padding: 4px;
+ padding: 5px;
padding-left: 2px;
}
input, select {
@@ -419,7 +419,6 @@ td.actionbuttons a {
select.flat, form.flat select {
font-weight: normal;
font-size: unset;
- height: 2em;
}
.optionblue {
color: rgb();
@@ -992,7 +991,7 @@ select.selectarrowonleft option {
input, input[type=text], input[type=password], select, textarea {
min-width: 20px;
min-height: 1.4em;
- line-height: 1.4em;
+ /* line-height: 1.4em; */
/* padding: .4em .1em; */
/* border-bottom: 1px solid #BBB; */
/* max-width: inherit; why this ? */