mirror of
https://github.com/morpheus65535/bazarr
synced 2025-01-31 03:12:12 +00:00
WIP
This commit is contained in:
parent
de02f5ea10
commit
eee30e0027
4 changed files with 17 additions and 3 deletions
|
@ -30,6 +30,12 @@ body {
|
||||||
/*******************
|
/*******************
|
||||||
/*Top bar
|
/*Top bar
|
||||||
*******************/
|
*******************/
|
||||||
|
.buttons_bars {
|
||||||
|
position: fixed;
|
||||||
|
top: 60px;
|
||||||
|
width: 100%;
|
||||||
|
z-index: 333; }
|
||||||
|
|
||||||
.topbar {
|
.topbar {
|
||||||
background: #ce2829; }
|
background: #ce2829; }
|
||||||
.topbar .top-navbar .navbar-header .navbar-brand .light-logo {
|
.topbar .top-navbar .navbar-header .navbar-brand .light-logo {
|
||||||
|
@ -341,7 +347,8 @@ a.link:hover, a.link:focus {
|
||||||
|
|
||||||
.page-wrapper {
|
.page-wrapper {
|
||||||
background: #f5f7fa;
|
background: #f5f7fa;
|
||||||
padding-bottom: 60px; }
|
padding-bottom: 60px;
|
||||||
|
padding-top: 60px; }
|
||||||
|
|
||||||
.overlay {
|
.overlay {
|
||||||
display: none;
|
display: none;
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -27,6 +27,12 @@ body {
|
||||||
/*******************
|
/*******************
|
||||||
/*Top bar
|
/*Top bar
|
||||||
*******************/
|
*******************/
|
||||||
|
.buttons_bars {
|
||||||
|
position: fixed;
|
||||||
|
top: 60px;
|
||||||
|
width: 100%;
|
||||||
|
z-index: 333;
|
||||||
|
}
|
||||||
|
|
||||||
.topbar {
|
.topbar {
|
||||||
background: $topbar;
|
background: $topbar;
|
||||||
|
@ -501,6 +507,7 @@ a.link {
|
||||||
.page-wrapper {
|
.page-wrapper {
|
||||||
background: $bodycolor;
|
background: $bodycolor;
|
||||||
padding-bottom: 60px;
|
padding-bottom: 60px;
|
||||||
|
padding-top: 60px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.overlay {
|
.overlay {
|
||||||
|
|
|
@ -236,7 +236,7 @@
|
||||||
<!-- ============================================================== -->
|
<!-- ============================================================== -->
|
||||||
<!-- Bread crumb and right sidebar toggle -->
|
<!-- 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">
|
<div id="buttons_bar_left" class="col-md-5 col-8 align-self-center">
|
||||||
{% block bcleft %}
|
{% block bcleft %}
|
||||||
{% endblock bcleft %}
|
{% endblock bcleft %}
|
||||||
|
|
Loading…
Reference in a new issue