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
|
.seasonToggleLabel
|
||||||
{
|
{
|
||||||
margin-left: 5px;
|
margin-left: 5px;
|
||||||
|
color: black;
|
||||||
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.seasonToggleTop .ignoredEpisodesMaster
|
.seasonToggleTop .ignoredEpisodesMaster
|
||||||
{
|
{
|
||||||
padding-left: 0px;
|
padding-left: 0px;
|
||||||
padding-right: 0px;
|
padding-right: 0px;
|
||||||
margin-bottom: -4px;
|
|
||||||
border-style: none;
|
border-style: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -151,8 +152,8 @@
|
|||||||
{
|
{
|
||||||
<div class="seasonSection" id="@string.Format("SeasonSection_{0}", s.SeasonNumber)">
|
<div class="seasonSection" id="@string.Format("SeasonSection_{0}", s.SeasonNumber)">
|
||||||
@{
|
@{
|
||||||
var season = s;
|
var season = s;
|
||||||
Html.RenderPartial("Season", season);
|
Html.RenderPartial("Season", season);
|
||||||
}
|
}
|
||||||
</div>
|
</div>
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user