X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fshared%2Fshared-video-miniature%2Fvideo-download.component.scss;h=f0303457167fa70ef5898f4801fceeb3a4f7663e;hb=e2e0b645cdac3c705b1988fbb0eff723ad5e885d;hp=199c3dac8392cc53c888fb46e2540328e8c3fa43;hpb=dc48fdbe68e9dd3a3a6028181e61d8595d98e654;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..f03034571 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,36 +17,21 @@ .nav-tabs { margin-top: 10x; } - - .glyphicon { - margin-right: 5px; - } -} - -.peertube-select-container { - @include peertube-select-container(85px); - - border-top-right-radius: 0; - border-bottom-right-radius: 0; - border-right: none; - select { - height: inherit; - border-top-left-radius: .2rem; - border-bottom-left-radius: .2rem; + .glyphicon { + @include margin-right(5px); } } -.action-button-cancel { - @include peertube-button-link; -} +.peertube-select-container.title-select { + @include peertube-select-container(auto); -.action-button-submit { - @include peertube-button-link; - @include orange-button; + display: inline-block; + margin-left: 10px; + vertical-align: top; } -#dropdownDownloadType { +#dropdown-download-type { cursor: pointer; } @@ -55,9 +40,9 @@ .peertube-radio-container { @include peertube-radio-container; + @include margin-right(30px); display: inline-block; - margin-right: 30px; } } @@ -75,8 +60,9 @@ margin-bottom: 12px; .metadata-attribute-label { + @include padding-right(5px); + min-width: 142px; - padding-right: 5px; display: inline-block; color: pvar(--greyForegroundColor); font-weight: $font-bold; @@ -84,6 +70,7 @@ a.metadata-attribute-value { @include disable-default-a-behaviour; + color: pvar(--mainForegroundColor); &:hover { @@ -94,7 +81,7 @@ &.metadata-attribute-tags { .metadata-attribute-value:not(:nth-child(2)) { &::before { - content: ', ' + content: ', '; } } }