diff --git a/explore/deploy/beta-properties.json b/explore/deploy/beta-properties.json index df829f22..e067f826 100644 --- a/explore/deploy/beta-properties.json +++ b/explore/deploy/beta-properties.json @@ -92,5 +92,8 @@ "widgetLink" : "https://beta.openaire.eu/index.php?option=com_openaire&view=widget&format=raw&projectId=", "claimsInformationLink": "https://beta.openaire.eu/linking", "lastIndexUpdate": "2019-05-16", - "indexInfoAPI": "http://beta.services.openaire.eu/openaire/info/" + "indexInfoAPI": "http://beta.services.openaire.eu/openaire/info/", + + "depositLearnHowPage": "/participate/deposit/learn-how", + "depositSearchPage": "/participate/deposit/search" } diff --git a/explore/deploy/production-properties.json b/explore/deploy/production-properties.json index ba7291ef..d982355b 100644 --- a/explore/deploy/production-properties.json +++ b/explore/deploy/production-properties.json @@ -93,5 +93,8 @@ "widgetLink" : "https://www.openaire.eu/index.php?option=com_openaire&view=widget&format=raw&projectId=", "claimsInformationLink": "https://www.openaire.eu/linking", "lastIndexUpdate": "2019-09-07", - "indexInfoAPI": "http://services.openaire.eu/openaire/info/" + "indexInfoAPI": "http://services.openaire.eu/openaire/info/", + + "depositLearnHowPage": "/participate/deposit/learn-how", + "depositSearchPage": "/participate/deposit/search" } diff --git a/explore/deploy/test-properties.json b/explore/deploy/test-properties.json index 3b8eef1d..ef995df1 100644 --- a/explore/deploy/test-properties.json +++ b/explore/deploy/test-properties.json @@ -96,5 +96,8 @@ "widgetLink" : "https://test.openaire.eu/index.php?option=com_openaire&view=widget&format=raw&projectId=", "claimsInformationLink": "https://www.openaire.eu/linking", "lastIndexUpdate": "2019-09-07", - "indexInfoAPI": "http://services.openaire.eu/openaire/info/" + "indexInfoAPI": "http://services.openaire.eu/openaire/info/", + + "depositLearnHowPage": "/participate/deposit/learn-how", + "depositSearchPage": "/participate/deposit/search" } diff --git a/explore/src/assets/explore-custom.css b/explore/src/assets/explore-custom.css index 1639c2cc..bd44962d 100644 --- a/explore/src/assets/explore-custom.css +++ b/explore/src/assets/explore-custom.css @@ -126,8 +126,8 @@ } .numbers-background { - background: transparent url('explore-assets/numbers_background_pattern.svg') 0% 0% no-repeat padding-box; - background-size: cover; + background: transparent url('explore-assets/numbers_background_pattern.svg') 0% 0% repeat-x padding-box; + background-position: center bottom; } .numbers-background .emphasis {