mirror of
https://github.com/lidarr/Lidarr
synced 2025-02-21 05:27:03 +00:00
Season toggle style updates.
This commit is contained in:
parent
1571e8ab0b
commit
9bee9be397
1 changed files with 5 additions and 4 deletions
|
@ -28,13 +28,14 @@
|
|||
.seasonToggleLabel
|
||||
{
|
||||
margin-left: 5px;
|
||||
color: black;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
|
||||
.seasonToggleTop .ignoredEpisodesMaster
|
||||
{
|
||||
padding-left: 0px;
|
||||
padding-right: 0px;
|
||||
margin-bottom: -4px;
|
||||
border-style: none;
|
||||
}
|
||||
|
||||
|
@ -151,8 +152,8 @@
|
|||
{
|
||||
<div class="seasonSection" id="@string.Format("SeasonSection_{0}", s.SeasonNumber)">
|
||||
@{
|
||||
var season = s;
|
||||
Html.RenderPartial("Season", season);
|
||||
var season = s;
|
||||
Html.RenderPartial("Season", season);
|
||||
}
|
||||
</div>
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue