diff --git a/angular/projects/public-nrpti/src/app/records/records-list/records-list.component.html b/angular/projects/public-nrpti/src/app/records/records-list/records-list.component.html index 682b6c16b..6aa4fb174 100644 --- a/angular/projects/public-nrpti/src/app/records/records-list/records-list.component.html +++ b/angular/projects/public-nrpti/src/app/records/records-list/records-list.component.html @@ -1,119 +1,105 @@
-
-
-
-
-
Keyword Search
- - help_outline - -
- - -
-
-
-

- Natural Resources Compliance and Enforcement Database -

+
+

+ Natural Resources Compliance and Enforcement Database +

-

- This site can be used to search for compliance and enforcement actions issued by the natural resource - agencies. Where available, view Inspections, Orders, and other reports. Types of actions include - administrative penalties, orders, court convictions, violation tickets, and restorative justice. Filter your - results by name or company, dates, laws, and availability of documents. -

+

+ This site can be used to search for compliance and enforcement actions taken by natural resource agencies + including inspections, orders, violation tickets, administrative penalties, court convictions, and more. Use the + keyword search bar or filter your resultes for more specific records. +

-

- Although new compliance and enforcement activities from natural resource agencies are being added - regularly, some data from some agencies are not published here at this time. Additional compliance - and enforcement data sources can be found here. -

-
-
-
-
- -
-
+
+ -
-
+ \ No newline at end of file diff --git a/angular/projects/public-nrpti/src/app/records/records-list/records-list.component.scss b/angular/projects/public-nrpti/src/app/records/records-list/records-list.component.scss index 78ba6a72b..6a099593d 100644 --- a/angular/projects/public-nrpti/src/app/records/records-list/records-list.component.scss +++ b/angular/projects/public-nrpti/src/app/records/records-list/records-list.component.scss @@ -2,6 +2,7 @@ @import "assets/styles/components/add-edit.scss"; .search-filter { + &__header { .keyword-help { font-size: 1.25rem; @@ -55,3 +56,23 @@ color: $gray6; font-size: 15px; } + +.fixed-search{ + flex: 0 0 600px; + padding: 0px !important; +} + +.sticky-search{ + position: sticky; + top: 0; +} + +@media screen and (max-width: 1239px){ + .sticky-search { + position: relative; + } + + .fixed-search{ + flex: 0 0 auto; + } +} diff --git a/angular/projects/public-nrpti/src/app/records/records-list/search-filters/search-filters.component.html b/angular/projects/public-nrpti/src/app/records/records-list/search-filters/search-filters.component.html index 2321ee473..78700f402 100644 --- a/angular/projects/public-nrpti/src/app/records/records-list/search-filters/search-filters.component.html +++ b/angular/projects/public-nrpti/src/app/records/records-list/search-filters/search-filters.component.html @@ -1,39 +1,29 @@ -
-
-
-

Filter

- -
-
-

- The results list below will update instantly as you select criteria to filter. The URL will also update with - your unique criteria. If you want to return to your exact criteria, you can bookmark this page after you have - filtered (note that results may not be identical as content is updated). -

-
-
-
+
+
+

+ Filter your results by name or company, dates, laws, and availablilty of documents. +

+
+
+ +
+
+

+ The results list below will update instantly as you select criteria to filter. The URL will also update with + your unique criteria. +

+
(YYYY-MM-DD)
- + To - +
@@ -52,16 +42,11 @@

Filter

- + ({{ activityTypeCount }} selected) - +
@@ -69,52 +54,42 @@

Filter

({{ agencyCount }} selected) - + +
({{ actCount }} selected) - + +
({{ regulationCount }} selected) - +
-
+ + \ No newline at end of file diff --git a/angular/projects/public-nrpti/src/app/records/records-list/search-filters/search-filters.component.scss b/angular/projects/public-nrpti/src/app/records/records-list/search-filters/search-filters.component.scss index 00574f271..396b68d4c 100644 --- a/angular/projects/public-nrpti/src/app/records/records-list/search-filters/search-filters.component.scss +++ b/angular/projects/public-nrpti/src/app/records/records-list/search-filters/search-filters.component.scss @@ -2,8 +2,10 @@ @import "assets/styles/components/add-edit.scss"; .filter-header { - @include flex-box(); - @include flex-direction(row); + background-color: #003366; + color: #ffffff; + border-bottom-left-radius: 5px; + border-bottom-right-radius: 5px; &__button { background-color: $primary;