Fixed the spacing on the TV page !wip

This commit is contained in:
Jamie 2018-08-13 21:53:04 +01:00
parent 2540e5c6ef
commit df783d44b9
2 changed files with 13 additions and 10 deletions

View file

@ -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>

View file

@ -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;
}