diff --git a/LearningHub.Nhs.WebUI/Styles/nhsuk/pages/catalogue.scss b/LearningHub.Nhs.WebUI/Styles/nhsuk/pages/catalogue.scss index 4aba85b35..611b62efa 100644 --- a/LearningHub.Nhs.WebUI/Styles/nhsuk/pages/catalogue.scss +++ b/LearningHub.Nhs.WebUI/Styles/nhsuk/pages/catalogue.scss @@ -91,9 +91,13 @@ textarea { padding: 20px 0 32px 0; border-bottom: 1px solid $nhsuk-grey-light; - p, h3 { + p, h2, h3 { margin: 0; } + + h2.nhsuk-u-reading-width { + font-size: x-large; + } } .personal-details-table { diff --git a/LearningHub.Nhs.WebUI/Styles/nhsuk/pages/search.scss b/LearningHub.Nhs.WebUI/Styles/nhsuk/pages/search.scss index 9e800942d..c43713aaa 100644 --- a/LearningHub.Nhs.WebUI/Styles/nhsuk/pages/search.scss +++ b/LearningHub.Nhs.WebUI/Styles/nhsuk/pages/search.scss @@ -156,6 +156,10 @@ .search-filter-items { border-top: 1px $nhsuk-grey-light solid; background-color: $nhsuk-grey-white; + + h2 { + font-size: larger; + } } } diff --git a/LearningHub.Nhs.WebUI/Views/Catalogue/Catalogues.cshtml b/LearningHub.Nhs.WebUI/Views/Catalogue/Catalogues.cshtml index d184442fb..6eda29434 100644 --- a/LearningHub.Nhs.WebUI/Views/Catalogue/Catalogues.cshtml +++ b/LearningHub.Nhs.WebUI/Views/Catalogue/Catalogues.cshtml @@ -76,7 +76,7 @@ }
- @if (!string.IsNullOrEmpty(item.BadgeUrl)) { - @(item.Name) + Provider's catalogue badge }
diff --git a/LearningHub.Nhs.WebUI/Views/Catalogue/Index.cshtml b/LearningHub.Nhs.WebUI/Views/Catalogue/Index.cshtml index 23be8c9a0..4a62262bc 100644 --- a/LearningHub.Nhs.WebUI/Views/Catalogue/Index.cshtml +++ b/LearningHub.Nhs.WebUI/Views/Catalogue/Index.cshtml @@ -126,7 +126,7 @@
@if (!string.IsNullOrEmpty(Model.Catalogue.BadgeUrl)) { - ELFH catalogue badge + Provider's catalogue badge }

@(ViewBag.ActiveTab == "browse" && Model.NodeDetails != null ? Model.NodeDetails.Name : Model.Catalogue.Name)

@@ -140,7 +140,7 @@ @if (ViewBag.UserAuthenticated) {
- @item.Name +

@item.Name

diff --git a/LearningHub.Nhs.WebUI/Views/Search/_ResourceFilter.cshtml b/LearningHub.Nhs.WebUI/Views/Search/_ResourceFilter.cshtml index 818f2bf1f..429eae962 100644 --- a/LearningHub.Nhs.WebUI/Views/Search/_ResourceFilter.cshtml +++ b/LearningHub.Nhs.WebUI/Views/Search/_ResourceFilter.cshtml @@ -89,8 +89,10 @@ }
-
-

Sort by:

+
+ +

Sort by:

+
@foreach (var sortItem in resourceResult.SortItemList) @@ -107,7 +109,7 @@ }
-
+
@if (resourceResult.SearchResourceAccessLevelFilters != null && resourceResult.SearchResourceAccessLevelFilters.Any()) @@ -115,8 +117,10 @@
-
-

Filter by audience access level:

+
+ +

Filter by audience access level:

+
@foreach (var filter in resourceResult.SearchResourceAccessLevelFilters) @@ -132,7 +136,7 @@
}
-
+
} @@ -141,8 +145,10 @@
-
-

Filter by provider:

+
+ +

Filter by provider:

+
@foreach (var filter in resourceResult.SearchProviderFilters) @@ -159,15 +165,17 @@
}
-
+ }
-
-

Filter by:

+
+ +

Filter by:

+
@foreach (var filter in resourceResult.SearchFilters) @@ -185,7 +193,7 @@ }
-
+