From: Chocobozzz Date: Fri, 29 Jun 2018 13:04:49 +0000 (+0200) Subject: Extract extensions from the button X-Git-Tag: v1.0.0-beta.10.pre.1~107 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=84455f2b94d14b387f77fdb92f5e646621d7bef9;p=oweals%2Fpeertube.git Extract extensions from the button --- 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; } }