Homepage form header layout updated

This commit is contained in:
Simounet 2023-08-31 22:26:08 +02:00
parent 2d7d16ee6c
commit 0fdffb0b96
No known key found for this signature in database
GPG Key ID: 77D3B7DC794EB770
3 changed files with 19 additions and 6 deletions

View File

@ -14,7 +14,7 @@
} }
.mass-action { .mass-action {
margin: 10px 5px 10px 20px; margin: 20px 5px 10px 20px;
} }
.mass-action-group { .mass-action-group {
@ -97,13 +97,16 @@
.results { .results {
display: flex; display: flex;
margin-bottom: 10px;
padding: 1rem 1rem 0; padding: 1rem 1rem 0;
flex-wrap: wrap; flex-wrap: wrap;
justify-content: space-between; justify-content: space-between;
}
.nb-results { .nb-results {
display: inline-flex; display: inline-flex;
} margin-bottom: 20px;
gap: 30px;
} }
.results-item { .results-item {
@ -182,6 +185,15 @@ footer {
} }
@media screen and (min-width: 993px) { @media screen and (min-width: 993px) {
.results {
margin-bottom: 0;
}
.nb-results {
margin-bottom: 0;
gap: 0;
}
.mass-action-button { .mass-action-button {
height: 24px; height: 24px;
line-height: 24px; line-height: 24px;
@ -199,6 +211,7 @@ footer {
.mass-action { .mass-action {
display: flex; display: flex;
margin-top: 10px;
align-items: center; align-items: center;
gap: 30px; gap: 30px;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long