diff options
author | Chocobozzz <me@florianbigard.com> | 2017-12-20 15:25:44 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2017-12-20 15:25:44 +0100 |
commit | a0d69908239718ca3bd03097fbd9eb7e2a13ff75 (patch) | |
tree | 2a9c8f8abab25967277363f611ff3a7d45105ffe /client/src/app/videos | |
parent | 15a7387da888492068e2ce3d1e39639d142f6c6e (diff) | |
download | PeerTube-a0d69908239718ca3bd03097fbd9eb7e2a13ff75.tar.gz PeerTube-a0d69908239718ca3bd03097fbd9eb7e2a13ff75.tar.zst PeerTube-a0d69908239718ca3bd03097fbd9eb7e2a13ff75.zip |
Customize checkboxs
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 | ||