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=45446e175986006387d682d8748b5f65e27a4bd2;hpb=9c89a45cb2a7bb46e68fb084723a2046b12c7617;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 45446e175..bf989e78b 100644 --- a/client/src/app/videos/video-watch/video-watch.component.scss +++ b/client/src/app/videos/video-watch/video-watch.component.scss @@ -47,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 { @@ -67,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; + } } }