diff --git a/web-ui/src/main/resources/catalog/components/metadataactions/partials/recordsFilters.html b/web-ui/src/main/resources/catalog/components/metadataactions/partials/recordsFilters.html index 2a65be2af3..3a5ecdd463 100644 --- a/web-ui/src/main/resources/catalog/components/metadataactions/partials/recordsFilters.html +++ b/web-ui/src/main/resources/catalog/components/metadataactions/partials/recordsFilters.html @@ -1,28 +1,19 @@
-
-
-

{{title}}

-
-
-
-
-
{{('facet-' + filter) | facetKeyTranslator}}
-
-
-
- -
-
-
+

{{title}}

+

filterHelp

+
+ +
+
diff --git a/web-ui/src/main/resources/catalog/locales/en-v4.json b/web-ui/src/main/resources/catalog/locales/en-v4.json index a00aee20f3..553c79bd53 100644 --- a/web-ui/src/main/resources/catalog/locales/en-v4.json +++ b/web-ui/src/main/resources/catalog/locales/en-v4.json @@ -432,5 +432,6 @@ "lastCreatedRecords": "Last created records", "associationType": "Association type", "initiativeType": "Initiative type", - "associatedTo": "Associated " + "associatedTo": "Associated ", + "filterHelp": "Please click on one of the buttons below to activate the filter" } diff --git a/web-ui/src/main/resources/catalog/views/default/less/gn_card_default.less b/web-ui/src/main/resources/catalog/views/default/less/gn_card_default.less index 0279994fdf..56f7dd53ae 100644 --- a/web-ui/src/main/resources/catalog/views/default/less/gn_card_default.less +++ b/web-ui/src/main/resources/catalog/views/default/less/gn_card_default.less @@ -453,7 +453,10 @@ table.gn-resultview { .gn-card { min-width: 150px; width: calc(~"(100% / 4) - 20px"); - @media (max-width: @screen-sm-min) { + @media (max-width: 1440px) { + width: calc(~"(100% / 3) - 20px"); + } + @media (max-width: @screen-lg-min) { width: calc(~"(100% / 2) - 20px"); } @media (max-width: @screen-xs) { diff --git a/web-ui/src/main/resources/catalog/views/default/templates/recordView/type-series.html b/web-ui/src/main/resources/catalog/views/default/templates/recordView/type-series.html index 19d86c0234..d5768464ad 100644 --- a/web-ui/src/main/resources/catalog/views/default/templates/recordView/type-series.html +++ b/web-ui/src/main/resources/catalog/views/default/templates/recordView/type-series.html @@ -28,9 +28,11 @@
-
+ +
- -
+
- -
+ +
+ + +
+