mirror of
https://github.com/morpheus65535/bazarr
synced 2025-01-30 10:51:52 +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
|
||||
*******************/
|
||||
.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
|
@ -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 {
|
||||
|
|
|
@ -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 %}
|
||||
|
|
Loading…
Reference in a new issue