Cleaned up DataTables resources.
|
@ -207,21 +207,21 @@ table.dataTable tr.even td.sorting_3 { background-color: #F9F9FF; }
|
|||
margin-left: 10px;
|
||||
}
|
||||
|
||||
.paginate_enabled_first { background: url('../images/back_enabled.png') no-repeat top left; }
|
||||
.paginate_enabled_first:hover { background: url('../images/back_enabled_hover.png') no-repeat top left; }
|
||||
.paginate_disabled_first { background: url('../images/back_disabled.png') no-repeat top left; }
|
||||
.paginate_enabled_first { background: url('../images/back.png') no-repeat top left; }
|
||||
.paginate_enabled_first:hover { background: url('../images/back.png') no-repeat top left; }
|
||||
.paginate_disabled_first { background: url('../images/back.png') no-repeat top left; }
|
||||
|
||||
.paginate_enabled_previous { background: url('../images/back_enabled.png') no-repeat top left; }
|
||||
.paginate_enabled_previous:hover { background: url('../images/back_enabled_hover.png') no-repeat top left; }
|
||||
.paginate_disabled_previous { background: url('../images/back_disabled.png') no-repeat top left; }
|
||||
.paginate_enabled_previous { background: url('../images/back.png') no-repeat top left; }
|
||||
.paginate_enabled_previous:hover { background: url('../images/back.png') no-repeat top left; }
|
||||
.paginate_disabled_previous { background: url('../images/back.png') no-repeat top left; }
|
||||
|
||||
.paginate_enabled_next { background: url('../images/forward_enabled.png') no-repeat top right; }
|
||||
.paginate_enabled_next:hover { background: url('../images/forward_enabled_hover.png') no-repeat top right; }
|
||||
.paginate_disabled_next { background: url('../images/forward_disabled.png') no-repeat top right; }
|
||||
.paginate_enabled_next { background: url('../images/forward.png') no-repeat top right; }
|
||||
.paginate_enabled_next:hover { background: url('../images/forward.png') no-repeat top right; }
|
||||
.paginate_disabled_next { background: url('../images/forward.png') no-repeat top right; }
|
||||
|
||||
.paginate_enabled_last { background: url('../images/forward_enabled.png') no-repeat top right; }
|
||||
.paginate_enabled_last:hover { background: url('../images/forward_enabled_hover.png') no-repeat top right; }
|
||||
.paginate_disabled_last { background: url('../images/forward_disabled.png') no-repeat top right; }
|
||||
.paginate_enabled_last { background: url('../images/forward.png') no-repeat top right; }
|
||||
.paginate_enabled_last:hover { background: url('../images/forward.png') no-repeat top right; }
|
||||
.paginate_disabled_last { background: url('../images/forward.png') no-repeat top right; }
|
||||
|
||||
/* Full number pagination */
|
||||
.paging_full_numbers {
|
||||
|
|
Before Width: | Height: | Size: 210 B After Width: | Height: | Size: 210 B |
Before Width: | Height: | Size: 210 B |
Before Width: | Height: | Size: 207 B After Width: | Height: | Size: 207 B |
Before Width: | Height: | Size: 207 B |
Before Width: | Height: | Size: 207 B |
|
@ -140,13 +140,8 @@
|
|||
<Compile Include="Helpers\Validation\RequiredIfAnyAttribute.cs" />
|
||||
<Compile Include="Helpers\Validation\RequiredIfAttribute.cs" />
|
||||
<Content Include="Content\DataTables-1.9.0\media\css\jquery.dataTables.css" />
|
||||
<Content Include="Content\DataTables-1.9.0\media\images\back_disabled.png" />
|
||||
<Content Include="Content\DataTables-1.9.0\media\images\back_enabled.png" />
|
||||
<Content Include="Content\DataTables-1.9.0\media\images\back_enabled_hover.png" />
|
||||
<Content Include="Content\DataTables-1.9.0\media\images\favicon.ico" />
|
||||
<Content Include="Content\DataTables-1.9.0\media\images\forward_disabled.png" />
|
||||
<Content Include="Content\DataTables-1.9.0\media\images\forward_enabled.png" />
|
||||
<Content Include="Content\DataTables-1.9.0\media\images\forward_enabled_hover.png" />
|
||||
<Content Include="Content\DataTables-1.9.0\media\images\back.png" />
|
||||
<Content Include="Content\DataTables-1.9.0\media\images\forward.png" />
|
||||
<Content Include="Content\DataTables-1.9.0\media\images\sort_asc.png" />
|
||||
<Content Include="Content\DataTables-1.9.0\media\images\sort_asc_disabled.png" />
|
||||
<Content Include="Content\DataTables-1.9.0\media\images\sort_both.png" />
|
||||
|
@ -514,7 +509,6 @@
|
|||
<Content Include="Views\Upcoming\UpcomingEpisode.cshtml" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Content\DataTables-1.9.0\media\images\Sorting icons.psd" />
|
||||
<Content Include="Views\Settings\Plex.cshtml" />
|
||||
<Content Include="Views\Shared\NoSeriesBanner.cshtml" />
|
||||
<Content Include="Views\Update\Post.cshtml" />
|
||||
|
|