X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=inline;f=client%2Fsrc%2Fsass%2Fapplication.scss;h=db23afd0d0acd6eef4f21ac08982d26f3b2a78c7;hb=67167390827ca0c6c10849f26d0deb8b32186a7e;hp=9c48b4627bd2adf4e72abd6c3eb1433f029ad2c8;hpb=a64668c024c84f2b0a01357d05092064f17ffd4e;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/sass/application.scss b/client/src/sass/application.scss index 9c48b4627..db23afd0d 100644 --- a/client/src/sass/application.scss +++ b/client/src/sass/application.scss @@ -1,15 +1,62 @@ -body { - padding: 20px; +@import '../../node_modules/video.js/dist/video-js.css'; - @media screen and (max-width: 400px) { - padding: 3px; +[hidden] { + display: none !important; +} + +input.readonly { + /* Force blank on readonly inputs */ + background-color: #fff !important; +} + +.form-control, .btn { + border-radius: 0; +} + +.dropdown-menu { + border-radius: 0; +} + +.glyphicon-black { + color: black; +} + +.main-col { + + .content-padding { + padding: 15px 30px; + + @media screen and (min-width: 1400px) { + padding: 15px 40px; + } + + @media screen and (min-width: 1600px) { + padding: 15px 50px; + } + + @media screen and (min-width: 1800px) { + padding: 15px 60px; + } } } -footer { - border-top: 1px solid rgba(0, 0, 0, 0.2); - padding-top: 10px; - text-align: center; - font-size: small; - margin-top: 30px; +/* some fixes for ng2-smart-table */ +ng2-smart-table { + thead tr { + border-top: 1px solid rgb(233, 235, 236) + } + + td, th { + padding: 8px !important; + color: #333333 !important; + font-size: 14px !important; + } + + .ng2-smart-pagination-nav .page-link { + font-size: 11px !important; + } + + .glyphicon { + font-family: 'Glyphicons Halflings' !important; + } }