document filter and sort by name
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user