diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2016-03-16 20:59:56 +0100 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2016-03-16 20:59:56 +0100 |
commit | 763bed9ba0f70eff8bb1834d6d5dcf44aacac147 (patch) | |
tree | 318ff87ac63b0784e5945c4b8e439f8a454bca6c /client/angular/videos/components/add/videos-add.component.html | |
parent | a0382b70d03213f7bfa342982bbeafc8c85f1d73 (diff) | |
download | PeerTube-763bed9ba0f70eff8bb1834d6d5dcf44aacac147.tar.gz PeerTube-763bed9ba0f70eff8bb1834d6d5dcf44aacac147.tar.zst PeerTube-763bed9ba0f70eff8bb1834d6d5dcf44aacac147.zip |
Some small css modifications
Diffstat (limited to 'client/angular/videos/components/add/videos-add.component.html')
-rw-r--r-- | client/angular/videos/components/add/videos-add.component.html | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/client/angular/videos/components/add/videos-add.component.html b/client/angular/videos/components/add/videos-add.component.html index 5f28ae650..4252d7abd 100644 --- a/client/angular/videos/components/add/videos-add.component.html +++ b/client/angular/videos/components/add/videos-add.component.html | |||
@@ -12,12 +12,14 @@ | |||
12 | </div> | 12 | </div> |
13 | </div> | 13 | </div> |
14 | 14 | ||
15 | <div class="btn btn-default btn-file"> | 15 | <div class="form-group"> |
16 | <span>Select the video...</span> | 16 | <div class="btn btn-default btn-file"> |
17 | <input type="file" name="input_video" id="input_video"> | 17 | <span>Select the video...</span> |
18 | </div> | 18 | <input type="file" name="input_video" id="input_video"> |
19 | </div> | ||
19 | 20 | ||
20 | <span *ngIf="fileToUpload">{{ fileToUpload.name }}</span> | 21 | <span *ngIf="fileToUpload">{{ fileToUpload.name }}</span> |
22 | </div> | ||
21 | 23 | ||
22 | <div class="form-group"> | 24 | <div class="form-group"> |
23 | <label for="description">Description</label> | 25 | <label for="description">Description</label> |