diff --git a/src/app/home/home.component.html b/src/app/home/home.component.html index ba52dad..5a844d0 100644 --- a/src/app/home/home.component.html +++ b/src/app/home/home.component.html @@ -66,9 +66,11 @@ --> -
-
-
+
+ +
+
+
@@ -85,6 +87,7 @@
+
diff --git a/src/app/openaireLibrary b/src/app/openaireLibrary index 8154b9f..35d91a5 160000 --- a/src/app/openaireLibrary +++ b/src/app/openaireLibrary @@ -1 +1 @@ -Subproject commit 8154b9f307e123bde931f5976677d23c2ab182e8 +Subproject commit 35d91a5fc63272cc0709064ba81ca5675185ae61 diff --git a/src/app/utils/aggregators.ts b/src/app/utils/aggregators.ts index 8250e2e..7ff1450 100644 --- a/src/app/utils/aggregators.ts +++ b/src/app/utils/aggregators.ts @@ -111,15 +111,15 @@ background: url('https://marketplace.eosc-portal.eu/packs/media/images/eosc-logo width: 250px; height: 80px; background-size: 250px 80px; -margin-left: 80px; +/*margin-left: 80px;*/ } #searchForm advanced-search-form{ float:right; } #searchForm{ -padding:0; - width:100%; - max-width:100%; +/*padding:0;*/ + /*width:100%;*/ + /*max-width:100%;*/ } search-filter h6::after{ border-bottom: 1px solid gray; @@ -170,7 +170,7 @@ border-bottom:1px solid #ced4da; border:none !important; } - .search_box_bg .uk-button, #searchForm .uk-button:not(.uk-button-text), .search_box_bg .uk-button:hover, #searchForm .uk-button:hover:not(.uk-button-text) { + .search_box_bg .uk-button, #searchForm .uk-button:not(.uk-button-text):not(.uk-button-link), .search_box_bg .uk-button:hover, #searchForm .uk-button:hover:not(.uk-button-text):not(.uk-button-link) { border-radius: 0px; margin-left: 0px !important; color: rgb(102, 102, 102) !important;