This commit is contained in:
Laurent Destailleur 2023-01-02 16:31:38 +01:00
parent 1484237c1e
commit 07ba47dff8
2 changed files with 10 additions and 0 deletions

View File

@ -171,6 +171,11 @@ table.liste th.wrapcolumntitle.liste_titre_sel:not(.maxwidthsearch), table.liste
max-width: 100px;
text-overflow: ellipsis;
}
th.wrapcolumntitle dl dt a span.fas.fa-list {
padding-bottom: 0;
vertical-align: bottom;
}
/*.liste_titre input[name=month_date_when], .liste_titre input[name=monthvalid], .liste_titre input[name=search_ordermonth], .liste_titre input[name=search_deliverymonth],
.liste_titre input[name=search_smonth], .liste_titre input[name=search_month], .liste_titre input[name=search_emonth], .liste_titre input[name=smonth], .liste_titre input[name=month], .liste_titre select[name=month],
.liste_titre select[name=year],

View File

@ -485,6 +485,11 @@ th.wrapcolumntitle.liste_titre_sel:not(.maxwidthsearch), td.wrapcolumntitle.list
max-width: 120px;
text-overflow: ellipsis;
}
th.wrapcolumntitle dl dt a span.fas.fa-list {
padding-bottom: 0;
vertical-align: bottom;
}
.liste_titre input[name=month_date_when], .liste_titre input[name=monthvalid], .liste_titre input[name=search_ordermonth], .liste_titre input[name=search_deliverymonth],
.liste_titre input[name=search_smonth], .liste_titre input[name=search_month], .liste_titre input[name=search_emonth], .liste_titre input[name=smonth], .liste_titre input[name=month],
.liste_titre input[name=month_lim], .liste_titre input[name=month_start], .liste_titre input[name=month_end], .liste_titre input[name=month_create],