diff options
Diffstat (limited to 'client/src/app/videos')
-rw-r--r-- | client/src/app/videos/+video-edit/shared/video-edit.component.html | 1 | ||||
-rw-r--r-- | client/src/app/videos/+video-edit/shared/video-edit.component.scss | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/client/src/app/videos/+video-edit/shared/video-edit.component.html b/client/src/app/videos/+video-edit/shared/video-edit.component.html index e728d8ea2..4f92b4908 100644 --- a/client/src/app/videos/+video-edit/shared/video-edit.component.html +++ b/client/src/app/videos/+video-edit/shared/video-edit.component.html | |||
@@ -95,6 +95,7 @@ | |||
95 | 95 | ||
96 | <div class="form-group form-group-checkbox"> | 96 | <div class="form-group form-group-checkbox"> |
97 | <input type="checkbox" id="nsfw" formControlName="nsfw" /> | 97 | <input type="checkbox" id="nsfw" formControlName="nsfw" /> |
98 | <label for="nsfw"></label> | ||
98 | <label for="nsfw">This video contains mature or explicit content</label> | 99 | <label for="nsfw">This video contains mature or explicit content</label> |
99 | </div> | 100 | </div> |
100 | 101 | ||
diff --git a/client/src/app/videos/+video-edit/shared/video-edit.component.scss b/client/src/app/videos/+video-edit/shared/video-edit.component.scss index ba0ca1e21..4f8f031cf 100644 --- a/client/src/app/videos/+video-edit/shared/video-edit.component.scss +++ b/client/src/app/videos/+video-edit/shared/video-edit.component.scss | |||
@@ -21,7 +21,7 @@ | |||
21 | display: block; | 21 | display: block; |
22 | 22 | ||
23 | &[type=checkbox] { | 23 | &[type=checkbox] { |
24 | outline: 0; | 24 | @include peertube-checkbox(1px); |
25 | } | 25 | } |
26 | } | 26 | } |
27 | 27 | ||