document filter and sort by name

This commit is contained in:
2022-05-09 11:09:54 +01:00
parent 05c6844cc1
commit 8c99516213
7 changed files with 234 additions and 25 deletions
+25 -1
View File
@@ -806,7 +806,6 @@ textarea,
.govuk-summary-list__key,
.govuk-summary-list__value,
.govuk-summary-list__actions {
border-bottom: 1px solid $lightgrey_semi;
padding: 15px 10px 15px 0;
a,
a:active,
@@ -823,6 +822,10 @@ textarea,
border: $yellow solid 3px;
outline: 3px solid transparent;
}
@media screen and (min-width: 768px) {
border-bottom: 1px solid $lightgrey_semi;
}
}
.documentList {
@@ -1938,6 +1941,27 @@ fade {
// record selection
.documentFilters{
@media screen and (min-width: 768px) {
display:flex;
justify-content: space-between;
}
}
#recordDocumentTypeSelect{
text-align: left;
@media screen and (min-width: 768px) {
text-align: right;
}
select {
margin-right: 10px;
margin-left: 10px;
background-position: 98% 15px;
}
}
#recordCountSelect {
text-align: left;