Fixed Newznab add button

This commit is contained in:
Mark McDowall 2012-12-07 08:10:08 -08:00
parent e67ffb871a
commit a2c96cb110
2 changed files with 5 additions and 2 deletions

View File

@ -135,4 +135,8 @@
.remove-newznab:before {
cursor: pointer;
}
.add-newznab:before {
color: green;
}

View File

@ -85,8 +85,7 @@
<p>
</p>
<a id="addNewznab" href="@Url.Action("AddNewznabProvider", "Settings")">
<img src="../../Content/Images/Plus.png" alt="Add Newznab Provider" width="20px"
height="20px" />
<i class="icon-plus add-newznab"></i>
Add Newznab Provider</a>
<div id="newznabProviders">
@foreach (var provider in Model.NewznabDefinitions)