mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 14:03:29 -07:00
Fixed EpisodeSorting.
This commit is contained in:
parent
4e27d82480
commit
4bdfaec115
1 changed files with 3 additions and 3 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue