Fixed EpisodeSorting.
This commit is contained in:
parent
4e27d82480
commit
4bdfaec115
|
@ -8,7 +8,8 @@
|
|||
#examples
|
||||
{
|
||||
clear: both;
|
||||
margin-top: 15px;
|
||||
overflow: auto;
|
||||
margin-top: 25px;
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
|
||||
|
@ -81,8 +82,7 @@
|
|||
</label>
|
||||
@Html.DropDownListFor(m => m.MultiEpisodeStyle, Model.MultiEpisodeStyles, new { @class = "inputClass selectClass" })
|
||||
|
||||
<br/>
|
||||
<div id ="examples" class="clearfix">
|
||||
<div id ="examples">
|
||||
<div id="singleEpisodeExample">
|
||||
</div>
|
||||
<div id="multiEpisodeExample">
|
||||
|
|
Loading…
Reference in New Issue