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=b689b1046635480192f00e3ff855b575b4c54dfe;hpb=931d3430184143ebd88e5243def6eb1d7acfdbf4;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 b689b1046..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 @@ -19,22 +19,16 @@ } .glyphicon { - margin-right: 5px; + @include margin-right(5px); } } -.peertube-select-container { - @include peertube-select-container(85px); +.peertube-select-container.title-select { + @include peertube-select-container(auto); - border-top-right-radius: 0; - border-bottom-right-radius: 0; - border-right: 0; - - select { - height: inherit; - border-top-left-radius: .2rem; - border-bottom-left-radius: .2rem; - } + display: inline-block; + margin-left: 10px; + vertical-align: top; } #dropdown-download-type { @@ -46,9 +40,9 @@ .peertube-radio-container { @include peertube-radio-container; + @include margin-right(30px); display: inline-block; - margin-right: 30px; } } @@ -66,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; @@ -75,6 +70,7 @@ a.metadata-attribute-value { @include disable-default-a-behaviour; + color: pvar(--mainForegroundColor); &:hover {