X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fvideos%2Fvideo-watch%2Fvideo-watch.component.scss;h=bf989e78badc1b2b38855604509d843a1ed63b7b;hb=d07137b90b2b2b0c1e93a6f0e7bf8719b133027c;hp=fe23b849f49165089fbf2ad27dd6827270599202;hpb=99cc4f49483704d3786d3f745ca65c6e91a901ec;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/videos/video-watch/video-watch.component.scss b/client/src/app/videos/video-watch/video-watch.component.scss index fe23b849f..bf989e78b 100644 --- a/client/src/app/videos/video-watch/video-watch.component.scss +++ b/client/src/app/videos/video-watch/video-watch.component.scss @@ -3,6 +3,14 @@ height: 100%; } +#video-not-found { + height: 300px; + line-height: 300px; + margin-top: 50px; + text-align: center; + font-weight: bold; +} + .embed-responsive { height: 500px; } @@ -39,10 +47,42 @@ top: 2px; } - #magnet-uri, #share { + #rates { + display: inline-block; + margin-right: 20px; + + // Remove focus style + .btn:focus { + outline: 0; + } + + .activated-btn { + color: #333; + background-color: #e6e6e6; + border-color: #8c8c8c; + } + + .not-interactive-btn { + cursor: default; + + &:hover, &:focus, &:active { + color: #333; + background-color: #fff; + border-color: #ccc; + box-shadow: none; + outline: 0; + } + } + } + + #share, #more { font-weight: bold; opacity: 0.85; } + + #more-menu .dropdown-item .glyphicon { + margin-right: 5px; + } } #video-by-date { @@ -59,26 +99,35 @@ } } - #video-tags { + #video-tags-views { margin-top: 10px; a { margin-right: 5px; } + + #video-views { + font-weight: bold; + } } - #video-description { - margin-top: 15px; + #video-category { + margin-top: 10px; - #description-label { + #category-label { font-weight: bold; } } -} -.modal-content { - input { - /* Force blank on readonly inputs */ - background-color: #fff; + #video-licence #licence-label { + font-weight: bold; + } + + #video-description { + margin-top: 10px; + + #description-label { + font-weight: bold; + } } }