This commit is contained in:
Laurent Destailleur 2018-09-17 12:25:49 +02:00
parent 0bf540b3c1
commit a75629e8e9
2 changed files with 6 additions and 6 deletions

View File

@ -2719,8 +2719,8 @@ table.paddingtopbottomonly tr td {
}
tr.liste_titre_filter td.liste_titre {
/* border-bottom: 1px solid #ddd; */
padding-top: 2px;
padding-bottom: 2px;
padding-top: 1px;
padding-bottom: 0px;
}
.liste_titre_create td, .liste_titre_create th, .liste_titre_create .tagtd
{

View File

@ -2685,8 +2685,8 @@ table.paddingtopbottomonly tr td {
}
tr.liste_titre_filter td.liste_titre {
border-bottom: 1px solid #FDFFFF;
padding-top: 2px;
padding-bottom: 2px;
padding-top: 4px;
padding-bottom: 3px;
}
.liste_titre_create td, .liste_titre_create th, .liste_titre_create .tagtd
{
@ -2718,7 +2718,7 @@ table.liste td, table.noborder td, div.noborder form div {
padding: 8px 6px 8px 6px; /* t r b l */
}
div.liste_titre_bydiv .divsearchfield {
padding: 2px 1px 2px 0px; /* t r b l */
padding: 2px 1px 2px 6px; /* t r b l */
}
table.nobordernopadding {
@ -4859,7 +4859,7 @@ dl.dropdown {
padding:0px;
margin-left: 2px;
margin-right: 2px;
vertical-align: text-bottom;
vertical-align: middle;
display: inline-block;
}
.dropdown dd, .dropdown dt {