From 9ec54d3d50abe7f5002d7e6af255621798cad0ba Mon Sep 17 00:00:00 2001 From: "argiro.kokogiannaki" Date: Mon, 13 May 2019 14:42:07 +0000 Subject: [PATCH] [trunk] Community page minor css enhancements git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@55575 d315682c-612b-4755-9ff5-7f18f6832af3 --- src/app/community/community.component.html | 48 +++++++++++++--------- src/app/community/community.component.ts | 2 +- 2 files changed, 30 insertions(+), 20 deletions(-) diff --git a/src/app/community/community.component.html b/src/app/community/community.component.html index 9e230aa..ea3b69a 100644 --- a/src/app/community/community.component.html +++ b/src/app/community/community.component.html @@ -1,6 +1,8 @@
-
+
@@ -21,14 +23,14 @@
-
-

{{community.title}}

+
+ {{community.title}}
-
-

{{community.shortTitle}}

+
+ {{community.shortTitle}}
-
-

{{community.description}}

+
+

{{community.description}}

@@ -50,7 +52,7 @@
-
Statistics
+
@@ -109,7 +111,7 @@
-
Subjects related to community
+
Subjects related to community
@@ -156,13 +158,13 @@
-
-
Search research results
+
+
Search research results
-
+
Recent research results
@@ -177,7 +179,10 @@
  • -
    +
    @@ -191,7 +196,7 @@
    + class="uk-width-2-5@m uk-width-1-1@s">
    @@ -203,7 +208,9 @@
  • -
    +
    @@ -215,7 +222,10 @@
  • -
    +
    @@ -228,7 +238,7 @@

    -
    +
    Other Graphs
    diff --git a/src/app/community/community.component.ts b/src/app/community/community.component.ts index 80ac374..e7e346b 100644 --- a/src/app/community/community.component.ts +++ b/src/app/community/community.component.ts @@ -54,7 +54,7 @@ export class CommunityComponent { public showLoading: boolean = true; masterZenodoCommunity = null; zenodoCommunityIdS = []; - + showAll = false; // TODO Unsubscribe public subPublications; public subResearchData;