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=d407e9531c3a8a2209cabfaf818606523e313b94;hpb=c86fa51b8a84210f3b9fcbeebc3f03f280d5982d;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 d407e9531..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 @@ -1,35 +1,55 @@ @import 'variables'; @import 'mixins'; -.peertube-select-container { - @include peertube-select-container(85px); +.nav-content { + margin-top: 30px; +} - border-top-right-radius: 0; - border-bottom-right-radius: 0; - border-right: none; +.advanced-filters-button { + display: flex; + justify-content: center; + align-items: center; + margin-top: 20px; + font-size: 16px; + font-weight: 600; + cursor: pointer; - select { - height: inherit; - border-top-left-radius: .2rem; - border-bottom-left-radius: .2rem; + .nav-tabs { + margin-top: 10x; + } + + .glyphicon { + @include margin-right(5px); } } -#dropdownDownloadType { +.peertube-select-container.title-select { + @include peertube-select-container(auto); + + display: inline-block; + margin-left: 10px; + vertical-align: top; +} + +#dropdown-download-type { cursor: pointer; } .download-type { - margin-top: 30px; + margin-top: 20px; .peertube-radio-container { @include peertube-radio-container; + @include margin-right(30px); display: inline-block; - margin-right: 30px; } } +.nav-metadata { + margin-top: 20px; +} + .file-metadata { padding: 1rem; } @@ -40,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; @@ -49,6 +70,7 @@ a.metadata-attribute-value { @include disable-default-a-behaviour; + color: pvar(--mainForegroundColor); &:hover { @@ -59,7 +81,7 @@ &.metadata-attribute-tags { .metadata-attribute-value:not(:nth-child(2)) { &::before { - content: ', ' + content: ', '; } } }