mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-05 18:42:42 +01:00
Fixed EpisodeSorting.
This commit is contained in:
parent
4e27d82480
commit
4bdfaec115
@ -8,7 +8,8 @@
|
|||||||
#examples
|
#examples
|
||||||
{
|
{
|
||||||
clear: both;
|
clear: both;
|
||||||
margin-top: 15px;
|
overflow: auto;
|
||||||
|
margin-top: 25px;
|
||||||
margin-bottom: 15px;
|
margin-bottom: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -81,8 +82,7 @@
|
|||||||
</label>
|
</label>
|
||||||
@Html.DropDownListFor(m => m.MultiEpisodeStyle, Model.MultiEpisodeStyles, new { @class = "inputClass selectClass" })
|
@Html.DropDownListFor(m => m.MultiEpisodeStyle, Model.MultiEpisodeStyles, new { @class = "inputClass selectClass" })
|
||||||
|
|
||||||
<br/>
|
<div id ="examples">
|
||||||
<div id ="examples" class="clearfix">
|
|
||||||
<div id="singleEpisodeExample">
|
<div id="singleEpisodeExample">
|
||||||
</div>
|
</div>
|
||||||
<div id="multiEpisodeExample">
|
<div id="multiEpisodeExample">
|
||||||
|
Loading…
Reference in New Issue
Block a user