diff --git a/demo-shell-ng2/app/components/about/about.component.css b/demo-shell-ng2/app/components/about/about.component.css
new file mode 100644
index 0000000000..bafc1e6a63
--- /dev/null
+++ b/demo-shell-ng2/app/components/about/about.component.css
@@ -0,0 +1,3 @@
+.about-container {
+ padding: 10px;
+}
diff --git a/demo-shell-ng2/app/components/about/about.component.html b/demo-shell-ng2/app/components/about/about.component.html
index c0922f8141..556f7a350a 100644
--- a/demo-shell-ng2/app/components/about/about.component.html
+++ b/demo-shell-ng2/app/components/about/about.component.html
@@ -1,4 +1,4 @@
-
+
diff --git a/demo-shell-ng2/app/components/about/about.component.ts b/demo-shell-ng2/app/components/about/about.component.ts
index 4fba975fe8..a1766c5f30 100644
--- a/demo-shell-ng2/app/components/about/about.component.ts
+++ b/demo-shell-ng2/app/components/about/about.component.ts
@@ -22,7 +22,8 @@ import { LogService } from 'ng2-alfresco-core';
@Component({
selector: 'about-page',
- templateUrl: './about.component.html'
+ templateUrl: './about.component.html',
+ styleUrls: ['./about.component.css']
})
export class AboutComponent implements OnInit {
diff --git a/demo-shell-ng2/app/components/files/files.component.css b/demo-shell-ng2/app/components/files/files.component.css
index cb4cb685aa..ce96c9eff8 100644
--- a/demo-shell-ng2/app/components/files/files.component.css
+++ b/demo-shell-ng2/app/components/files/files.component.css
@@ -15,3 +15,8 @@
.error-message--text {
color: #d50000;
}
+
+.options-container {
+ width: 250px;
+ margin: 20px;
+}
diff --git a/demo-shell-ng2/app/components/files/files.component.html b/demo-shell-ng2/app/components/files/files.component.html
index 7d15d01ed5..8272c65e35 100644
--- a/demo-shell-ng2/app/components/files/files.component.html
+++ b/demo-shell-ng2/app/components/files/files.component.html
@@ -107,7 +107,7 @@
-
+
-
+
-
+