From 6e07c3de88791a0b342e0cc319590048117f9c2d Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 22 Mar 2017 21:15:55 +0100 Subject: Add video category support --- client/src/app/videos/video-watch/video-watch.component.html | 7 +++++++ client/src/app/videos/video-watch/video-watch.component.scss | 10 +++++++++- 2 files changed, 16 insertions(+), 1 deletion(-) (limited to 'client/src/app/videos/video-watch') diff --git a/client/src/app/videos/video-watch/video-watch.component.html b/client/src/app/videos/video-watch/video-watch.component.html index 67094359e..e754d69e5 100644 --- a/client/src/app/videos/video-watch/video-watch.component.html +++ b/client/src/app/videos/video-watch/video-watch.component.html @@ -107,6 +107,13 @@ +
+
+ Category: + {{ video.categoryLabel }} +
+
+
Description
diff --git a/client/src/app/videos/video-watch/video-watch.component.scss b/client/src/app/videos/video-watch/video-watch.component.scss index 5f322a194..799e37b5d 100644 --- a/client/src/app/videos/video-watch/video-watch.component.scss +++ b/client/src/app/videos/video-watch/video-watch.component.scss @@ -111,8 +111,16 @@ } } + #video-category { + margin-top: 10px; + + #category-label { + font-weight: bold; + } + } + #video-description { - margin-top: 15px; + margin-top: 10px; #description-label { font-weight: bold; -- cgit v1.2.3