diff --git a/client/src/app/videos/+video-edit/video-add.component.html b/client/src/app/videos/+video-edit/video-add.component.html
index 4c30ddefc..e14e23aed 100644
--- a/client/src/app/videos/+video-edit/video-add.component.html
+++ b/client/src/app/videos/+video-edit/video-add.component.html
@@ -4,18 +4,27 @@
Upload {{ videoName }}
-
+
-
-
-
+
+ Upload a file
+
+
+
+
-
-
-
+
+ Import with URL
+
+
+
+
-
-
-
-
+
+ Import with torrent
+
+
+
+
+
diff --git a/client/src/app/videos/+video-edit/video-add.component.scss b/client/src/app/videos/+video-edit/video-add.component.scss
index c1f96cc37..892520e40 100644
--- a/client/src/app/videos/+video-edit/video-add.component.scss
+++ b/client/src/app/videos/+video-edit/video-add.component.scss
@@ -7,7 +7,7 @@ $border-color: #EAEAEA;
$background-color: #F7F7F7;
-/deep/ tabset.root-tabset.video-add-tabset {
+/deep/ .root-tabset.video-add-tabset {
&.hide-nav .nav {
display: none !important;
}