From 84455f2b94d14b387f77fdb92f5e646621d7bef9 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 29 Jun 2018 15:04:49 +0200 Subject: [PATCH] Extract extensions from the button --- .../app/videos/+video-edit/video-add.component.html | 3 ++- .../app/videos/+video-edit/video-add.component.scss | 11 ++++++++++- 2 files changed, 12 insertions(+), 2 deletions(-) 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 f151383f1..7d9443209 100644 --- a/client/src/app/videos/+video-edit/video-add.component.html +++ b/client/src/app/videos/+video-edit/video-add.component.html @@ -9,9 +9,10 @@
- Select the file to upload (.mp4, .webm, .ogv) + Select the file to upload
+ (.mp4, .webm, .ogv)
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 de7dec65d..c0b5f3d07 100644 --- a/client/src/app/videos/+video-edit/video-add.component.scss +++ b/client/src/app/videos/+video-edit/video-add.component.scss @@ -37,8 +37,17 @@ @include peertube-button-file(auto); min-width: 190px; - margin-bottom: 45px; } + + .button-file-extension { + display: block; + font-size: 12px; + margin-top: 5px; + } + } + + .form-group-channel { + margin-top: 35px; } }