1
0
Fork 0
mirror of https://github.com/morpheus65535/bazarr synced 2025-01-30 10:51:52 +00:00
This commit is contained in:
Moravčík, Marian 2020-05-01 20:18:25 +02:00
parent de02f5ea10
commit eee30e0027
4 changed files with 17 additions and 3 deletions

View file

@ -30,6 +30,12 @@ body {
/*******************
/*Top bar
*******************/
.buttons_bars {
position: fixed;
top: 60px;
width: 100%;
z-index: 333; }
.topbar {
background: #ce2829; }
.topbar .top-navbar .navbar-header .navbar-brand .light-logo {
@ -341,7 +347,8 @@ a.link:hover, a.link:focus {
.page-wrapper {
background: #f5f7fa;
padding-bottom: 60px; }
padding-bottom: 60px;
padding-top: 60px; }
.overlay {
display: none;

File diff suppressed because one or more lines are too long

View file

@ -27,6 +27,12 @@ body {
/*******************
/*Top bar
*******************/
.buttons_bars {
position: fixed;
top: 60px;
width: 100%;
z-index: 333;
}
.topbar {
background: $topbar;
@ -501,6 +507,7 @@ a.link {
.page-wrapper {
background: $bodycolor;
padding-bottom: 60px;
padding-top: 60px;
}
.overlay {

View file

@ -236,7 +236,7 @@
<!-- ============================================================== -->
<!-- Bread crumb and right sidebar toggle -->
<!-- ============================================================== -->
<div id="buttons_bars" class="row page-titles">
<div id="buttons_bars" class="row page-titles buttons_bars">
<div id="buttons_bar_left" class="col-md-5 col-8 align-self-center">
{% block bcleft %}
{% endblock bcleft %}