From d6c5c7707f6595828f9d86fc9acc591487d7f776 Mon Sep 17 00:00:00 2001 From: Eugenio Romano Date: Sat, 14 Oct 2017 08:33:15 +0100 Subject: [PATCH] fix demo layout tag and social (#2473) --- .../components/social/social.component.html | 29 ++++++++-------- .../components/social/social.component.scss | 9 +++-- .../app/components/tag/tag.component.html | 34 ++++++++++--------- .../app/components/tag/tag.component.scss | 5 ++- 4 files changed, 42 insertions(+), 35 deletions(-) diff --git a/demo-shell-ng2/app/components/social/social.component.html b/demo-shell-ng2/app/components/social/social.component.html index 7bd1e17bff..07a4990cff 100644 --- a/demo-shell-ng2/app/components/social/social.component.html +++ b/demo-shell-ng2/app/components/social/social.component.html @@ -1,16 +1,17 @@

- - - -
Like component
- -
-
- - -
Rating component
- -
-
-
+ +
+
+ +
Like component
+ +
+
+
+ +
Rating component
+ +
+
+
diff --git a/demo-shell-ng2/app/components/social/social.component.scss b/demo-shell-ng2/app/components/social/social.component.scss index 7ba46a48a3..d1977438b2 100644 --- a/demo-shell-ng2/app/components/social/social.component.scss +++ b/demo-shell-ng2/app/components/social/social.component.scss @@ -1,3 +1,8 @@ -.adf-social-title{ - +.adf-social-example-area { + margin: 10px; +} + + +.adf-social-example-title { + padding-bottom: 12px; } diff --git a/demo-shell-ng2/app/components/tag/tag.component.html b/demo-shell-ng2/app/components/tag/tag.component.html index 11d44c424a..6a26d0fe3e 100644 --- a/demo-shell-ng2/app/components/tag/tag.component.html +++ b/demo-shell-ng2/app/components/tag/tag.component.html @@ -1,19 +1,21 @@

-
- - - -
-
- -
List Tags Content Services
- -
-
-
- -
Tag list By Node ID
- -
+
+
+ + + +
+
+ +
List Tags Content Services
+ +
+
+
+ +
Tag list By Node ID
+ +
+
diff --git a/demo-shell-ng2/app/components/tag/tag.component.scss b/demo-shell-ng2/app/components/tag/tag.component.scss index 292e1264f4..b416d4fd67 100644 --- a/demo-shell-ng2/app/components/tag/tag.component.scss +++ b/demo-shell-ng2/app/components/tag/tag.component.scss @@ -1,9 +1,8 @@ .adf-tag-example-area { - width: calc(33.3333333333% - 16px); - margin: 8px; - float: left; + margin: 10px; } + .adf-tag-example-title { padding-bottom: 12px; }