mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-05 18:42:42 +01:00
Season toggle style updates.
This commit is contained in:
parent
1571e8ab0b
commit
9bee9be397
@ -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 New Issue
Block a user