From a0d69908239718ca3bd03097fbd9eb7e2a13ff75 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 20 Dec 2017 15:25:44 +0100 Subject: Customize checkboxs --- .../account/account-videos/account-videos.component.html | 5 ++++- .../account/account-videos/account-videos.component.scss | 16 +++++++++++----- 2 files changed, 15 insertions(+), 6 deletions(-) (limited to 'client/src/app/account/account-videos') diff --git a/client/src/app/account/account-videos/account-videos.component.html b/client/src/app/account/account-videos/account-videos.component.html index 4f3a774bd..f73483039 100644 --- a/client/src/app/account/account-videos/account-videos.component.html +++ b/client/src/app/account/account-videos/account-videos.component.html @@ -7,7 +7,10 @@ (scrolledUp)="onNearOfTop()" >
- +
+ + +
diff --git a/client/src/app/account/account-videos/account-videos.component.scss b/client/src/app/account/account-videos/account-videos.component.scss index 0d478edd7..707bd66ad 100644 --- a/client/src/app/account/account-videos/account-videos.component.scss +++ b/client/src/app/account/account-videos/account-videos.component.scss @@ -46,11 +46,6 @@ min-height: 130px; padding-bottom: 20px; - input[type=checkbox] { - margin-right: 20px; - outline: 0; - } - &:first-child { margin-top: 47px; } @@ -60,6 +55,17 @@ border-bottom: 1px solid #C6C6C6; } + .checkbox-container { + display: flex; + align-items: center; + margin-right: 20px; + margin-left: 12px; + + input[type=checkbox] { + @include peertube-checkbox(2px); + } + } + my-video-thumbnail { margin-right: 10px; } -- cgit v1.2.3