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=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..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 @@ -1,12 +1,34 @@ @import 'variables'; @import 'mixins'; +.nav-content { + margin-top: 30px; +} + +.advanced-filters-button { + display: flex; + justify-content: center; + align-items: center; + margin-top: 20px; + font-size: 16px; + font-weight: 600; + cursor: pointer; + + .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; + border-right: 0; select { height: inherit; @@ -15,12 +37,12 @@ } } -#dropdownDownloadType { +#dropdown-download-type { cursor: pointer; } .download-type { - margin-top: 30px; + margin-top: 20px; .peertube-radio-container { @include peertube-radio-container; @@ -30,6 +52,10 @@ } } +.nav-metadata { + margin-top: 20px; +} + .file-metadata { padding: 1rem; } @@ -59,7 +85,7 @@ &.metadata-attribute-tags { .metadata-attribute-value:not(:nth-child(2)) { &::before { - content: ', ' + content: ', '; } } }