mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-13 00:32: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>
|
||||
#bannerimage {
|
||||
width: 758px;
|
||||
height: 140px;
|
||||
background-color: black;
|
||||
background-position: center;
|
||||
padding-bottom:30px;
|
||||
}
|
||||
</style>
|
||||
<div *ngIf="series">
|
||||
<div *ngIf="series" class="content-space">
|
||||
<button class="btn btn-sm btn-success pull-right" (click)="submitRequests()" title="Go to top">{{ 'Search.TvShows.SubmitRequest' | translate }}</button>
|
||||
|
||||
<ngb-tabset>
|
||||
|
|
|
@ -10,4 +10,16 @@
|
|||
|
||||
#requestFloatingBtn: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