X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fsass%2Fapplication.scss;h=c0b40445e703c2af45fa5c1a72d33afc2228f3fa;hb=897ec54d766902878d78abe04aa5b749f6b627f3;hp=25d79a0cb799ecdba2bc2ff650eee36d64156e3f;hpb=383bfc8356d444cbed1dab7e5c1b3bb16becfdfd;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/sass/application.scss b/client/src/sass/application.scss index 25d79a0cb..c0b40445e 100644 --- a/client/src/sass/application.scss +++ b/client/src/sass/application.scss @@ -13,6 +13,10 @@ input.readonly { border-radius: 0; } +.dropdown-menu { + border-radius: 0; +} + .glyphicon-black { color: black; } @@ -20,6 +24,11 @@ input.readonly { .header { height: $header-height; + my-search { + position: fixed; + z-index: 1000; + } + .search-col { height: 100%; margin-left: -15px; @@ -27,10 +36,13 @@ input.readonly { } } +.title-menu-left { + position: fixed; +} + .main-col { - padding: 0; - .main-row { + .content-padding { padding: 15px 30px; @media screen and (min-width: 1400px) { @@ -47,38 +59,6 @@ input.readonly { } } -.title-menu-left { - height: calc(100vh - #{$header-height}); - padding-right: 0; - - .title-menu-left-block { - margin-left: -15px; - - &.menu { - height: 100%; - } - } - - #peertube-title { - background-color: #fff; - border-right: 2px solid $header-border-color; - font-size: 25px; - line-height: $header-height; - text-align: center; - margin-top: 0; - margin-bottom: 0; - - a { - color: inherit !important; - - &:hover { - color: inherit !important; - text-decoration: none !important; - } - } - } -} - /* some fixes for ng2-smart-table */ ng2-smart-table { thead tr { @@ -99,11 +79,3 @@ ng2-smart-table { font-family: 'Glyphicons Halflings' !important; } } - -footer { - border-top: 1px solid rgba(0, 0, 0, 0.2); - padding-top: 10px; - text-align: center; - font-size: small; - margin-top: 30px; -}