mirror of https://github.com/morpheus65535/bazarr
WIP
This commit is contained in:
parent
f1d83ab8d5
commit
aabf6254d3
|
@ -294,8 +294,12 @@ a.link:hover, a.link:focus {
|
|||
.page-titles {
|
||||
background: #4f566f;
|
||||
margin: 0 -30px 30px;
|
||||
padding: 10px;
|
||||
min-height: 50px;
|
||||
padding: 0;
|
||||
box-shadow: 0 0 0 rgba(0, 0, 0, 0.1); }
|
||||
.page-titles .btn {
|
||||
min-height: 50px;
|
||||
width: 80px; }
|
||||
|
||||
.card-no-border .sidebar-nav > ul > li > a.active {
|
||||
background: #252833; }
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -388,6 +388,7 @@ a.link {
|
|||
.light-logo {
|
||||
display: none;
|
||||
}
|
||||
|
||||
b {
|
||||
line-height: 60px;
|
||||
display: inline-block;
|
||||
|
@ -438,8 +439,14 @@ a.link {
|
|||
.page-titles {
|
||||
background: #4f566f;
|
||||
margin: 0 -30px 30px;
|
||||
padding: 10px;
|
||||
min-height: 50px;
|
||||
padding: 0;
|
||||
box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
|
||||
|
||||
.btn {
|
||||
min-height: 50px;
|
||||
width: 80px;
|
||||
}
|
||||
}
|
||||
|
||||
.card-no-border {
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
background-position: top center;
|
||||
box-sizing: initial;
|
||||
margin-left: -32px;
|
||||
margin-top: -16px;
|
||||
margin-top: -30px;
|
||||
padding: 2em;
|
||||
}
|
||||
|
||||
|
@ -35,6 +35,21 @@
|
|||
</style>
|
||||
{% endblock head %}
|
||||
|
||||
{% block bcleft %}
|
||||
<div class="">
|
||||
<button class="btn btn-outline">
|
||||
<i class="fas fa-sync align-top text-themecolor text-center font-20" aria-hidden="true"></i>
|
||||
<span class="align-bottom text-themecolor small text-center">Update</span>
|
||||
</button>
|
||||
</div>
|
||||
{% endblock bcleft %}
|
||||
|
||||
{% block bcright %}
|
||||
<div class="d-flex m-t-5 justify-content-end">
|
||||
<h5 class="m-t-0 text-themecolor">Some page settings</h5>
|
||||
</div>
|
||||
{% endblock bcright %}
|
||||
|
||||
{% block body %}
|
||||
<div class="container-fluid" id="seriesFanart">
|
||||
<div class="row justify-content-md-center" id="seriesDetails">
|
||||
|
|
Loading…
Reference in New Issue