Fixed newznab close icon

This commit is contained in:
Mark McDowall 2012-12-06 21:48:34 -08:00
parent feaf63c758
commit e67ffb871a
2 changed files with 18 additions and 2 deletions

View File

@ -120,3 +120,19 @@
{ {
background-color: #616161; background-color: #616161;
} }
.remove-newznab
{
padding: 3px 1px;
vertical-align: top;
border: none;
display: inline-block !important;
text-decoration: none !important;
color: #000000;
font-size: 19px;
line-height: 10px;
}
.remove-newznab:before {
cursor: pointer;
}

View File

@ -15,8 +15,8 @@
</span> </span>
@if(!Model.BuiltIn) @if(!Model.BuiltIn)
{ {
<a href="#" id="@Model.Id" class="deleteProvider" onclick="deleteProvider('@(Model.Id)'); return false;"> <a href="/settings/deletenewznabprovider?providerId=@Model.Id" id="@Model.Id" class="deleteProvider" onclick="deleteProvider('@(Model.Id)'); return false;">
<img src="../../Content/Images/close.png" alt="Delete" width="22px" height="22px" /></a> <i class="icon-remove remove-newznab"></i></a>
} }
</div> </div>
<div class="providerOptions"> <div class="providerOptions">