From 4b5eaa40cfb55aa39a06861c077c2d66a685d2ce Mon Sep 17 00:00:00 2001 From: "k.triantafyllou" Date: Fri, 2 Aug 2019 08:20:54 +0000 Subject: [PATCH] [Connect]: Community page: Add select of material. Align View More and View All on center. Communities Page: Remove height match from card body and make browse all and view all text-small. git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@56833 d315682c-612b-4755-9ff5-7f18f6832af3 --- .../browse-community.component.html | 4 +- .../communities/communities.component.html | 6 +- src/app/community/community.component.html | 84 +++++++++++-------- src/app/community/community.module.ts | 3 +- src/assets/env-properties.json | 2 +- 5 files changed, 55 insertions(+), 44 deletions(-) diff --git a/src/app/communities/browseCommunity/browse-community.component.html b/src/app/communities/browseCommunity/browse-community.component.html index 777036f..d264e26 100644 --- a/src/app/communities/browseCommunity/browse-community.component.html +++ b/src/app/communities/browseCommunity/browse-community.component.html @@ -41,7 +41,7 @@ -
+
-
+
Visit diff --git a/src/app/communities/communities.component.html b/src/app/communities/communities.component.html index 943ad9d..c90d9c6 100644 --- a/src/app/communities/communities.component.html +++ b/src/app/communities/communities.component.html @@ -27,7 +27,7 @@
- Browse All > diff --git a/src/app/community/community.component.html b/src/app/community/community.component.html index 6843583..572d324 100644 --- a/src/app/community/community.component.html +++ b/src/app/community/community.component.html @@ -16,18 +16,19 @@
- {{community.description.substring(0,300)}}{{community.description.length>300?'...':''}}
-
{{community.description}}
- - - view all - - - - - view less - - + {{community.description.substring(0, 300)}}{{community.description.length > 300 ? '...' : ''}}
+
{{community.description}}
+ +
@@ -152,16 +153,18 @@
- + +
@@ -191,12 +194,12 @@ !statisticsDisplay.entities[entity].numbers.map['total'][showIn] && !statisticsDisplay.entities[entity].numbers.map['project'][showIn] && !statisticsDisplay.entities[entity].numbers.map['open'][showIn] && !statisticsDisplay.entities[entity].numbers.map['closed'][showIn] && !statisticsDisplay.entities[entity].numbers.map['embargo'][showIn] && !statisticsDisplay.entities[entity].numbers.map['restricted'][showIn]" - class="uk-alert uk-alert-primary"> + class="uk-alert uk-alert-primary"> No graphs available
+ class="uk-grid uk-child-width-1-3@l uk-child-width-1-2@m uk-child-width-1-2@s">
- - - - - - + + + Select View + + Overview + Graph Analysis + + + + + + +
-
  • publications
  • @@ -383,7 +393,7 @@ [properties]="properties" class="">
-
+