X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fshared%2Fshared-video-miniature%2Fvideo-download.component.scss;h=b689b1046635480192f00e3ff855b575b4c54dfe;hb=4d7ce9218a3f695bf3d013cbdce1c5c6a5221927;hp=199c3dac8392cc53c888fb46e2540328e8c3fa43;hpb=cf3c36247d623ddf1c64e755046d7d807f578a83;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/shared/shared-video-miniature/video-download.component.scss b/client/src/app/shared/shared-video-miniature/video-download.component.scss index 199c3dac8..b689b1046 100644 --- a/client/src/app/shared/shared-video-miniature/video-download.component.scss +++ b/client/src/app/shared/shared-video-miniature/video-download.component.scss @@ -17,7 +17,7 @@ .nav-tabs { margin-top: 10x; } - + .glyphicon { margin-right: 5px; } @@ -28,7 +28,7 @@ border-top-right-radius: 0; border-bottom-right-radius: 0; - border-right: none; + border-right: 0; select { height: inherit; @@ -37,16 +37,7 @@ } } -.action-button-cancel { - @include peertube-button-link; -} - -.action-button-submit { - @include peertube-button-link; - @include orange-button; -} - -#dropdownDownloadType { +#dropdown-download-type { cursor: pointer; } @@ -94,7 +85,7 @@ &.metadata-attribute-tags { .metadata-attribute-value:not(:nth-child(2)) { &::before { - content: ', ' + content: ', '; } } }