Merge remote-tracking branch 'upstream/develop' into new_branch_17_09_2018

This commit is contained in:
Philippe GRAND 2018-09-17 12:27:36 +02:00
commit 2a0ed0f14c
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 { tr.liste_titre_filter td.liste_titre {
/* border-bottom: 1px solid #ddd; */ /* border-bottom: 1px solid #ddd; */
padding-top: 2px; padding-top: 1px;
padding-bottom: 2px; padding-bottom: 0px;
} }
.liste_titre_create td, .liste_titre_create th, .liste_titre_create .tagtd .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 { tr.liste_titre_filter td.liste_titre {
border-bottom: 1px solid #FDFFFF; border-bottom: 1px solid #FDFFFF;
padding-top: 2px; padding-top: 4px;
padding-bottom: 2px; padding-bottom: 3px;
} }
.liste_titre_create td, .liste_titre_create th, .liste_titre_create .tagtd .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 */ padding: 8px 6px 8px 6px; /* t r b l */
} }
div.liste_titre_bydiv .divsearchfield { 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 { table.nobordernopadding {
@ -4859,7 +4859,7 @@ dl.dropdown {
padding:0px; padding:0px;
margin-left: 2px; margin-left: 2px;
margin-right: 2px; margin-right: 2px;
vertical-align: text-bottom; vertical-align: middle;
display: inline-block; display: inline-block;
} }
.dropdown dd, .dropdown dt { .dropdown dd, .dropdown dt {