mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-13 08:42:57 -07:00
Fixed the spacing on the TV page !wip
This commit is contained in:
parent
2540e5c6ef
commit
df783d44b9
2 changed files with 13 additions and 10 deletions
|
@ -1,13 +1,4 @@
|
||||||
<style>
|
<div *ngIf="series" class="content-space">
|
||||||
#bannerimage {
|
|
||||||
width: 758px;
|
|
||||||
height: 140px;
|
|
||||||
background-color: black;
|
|
||||||
background-position: center;
|
|
||||||
padding-bottom:30px;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
<div *ngIf="series">
|
|
||||||
<button class="btn btn-sm btn-success pull-right" (click)="submitRequests()" title="Go to top">{{ 'Search.TvShows.SubmitRequest' | translate }}</button>
|
<button class="btn btn-sm btn-success pull-right" (click)="submitRequests()" title="Go to top">{{ 'Search.TvShows.SubmitRequest' | translate }}</button>
|
||||||
|
|
||||||
<ngb-tabset>
|
<ngb-tabset>
|
||||||
|
|
|
@ -11,3 +11,15 @@
|
||||||
#requestFloatingBtn:hover {
|
#requestFloatingBtn:hover {
|
||||||
background-color: #555; /* Add a dark-grey background on hover */
|
background-color: #555; /* Add a dark-grey background on hover */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#bannerimage {
|
||||||
|
width: 758px;
|
||||||
|
height: 140px;
|
||||||
|
background-color: black;
|
||||||
|
background-position: center;
|
||||||
|
padding-bottom:30px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.content-space {
|
||||||
|
padding-top: 10px;
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue