diff --git a/NzbDrone.Services/NzbDrone.Services.Service/Content/jQueryUI/jquery-ui-1.8.16.custom.css b/NzbDrone.Services/NzbDrone.Services.Service/Content/jQueryUI/jquery-ui-1.8.16.custom.css index a50b1b905..8d2b5befc 100644 --- a/NzbDrone.Services/NzbDrone.Services.Service/Content/jQueryUI/jquery-ui-1.8.16.custom.css +++ b/NzbDrone.Services/NzbDrone.Services.Service/Content/jQueryUI/jquery-ui-1.8.16.custom.css @@ -59,8 +59,8 @@ .ui-widget { font-family: ; font-size: ; } .ui-widget .ui-widget { font-size: 1em; } .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: ; font-size: 1em; } -.ui-widget-content { border: 1px solid #e8e8e8; background: #ffffff url(images/ui-bg_flat_20_ffffff_40x100.png) 50% 50% repeat-x; color: #; } -.ui-widget-content a { color: #; } +.ui-widget-content { border: 1px solid #e8e8e8; background: #ffffff url(images/ui-bg_flat_20_ffffff_40x100.png) 50% 50% repeat-x; } +.ui-widget-content a { } .ui-widget-header { border: 1px solid #ffffff; background: #ffffff url(images/ui-bg_flat_0_ffffff_40x100.png) 50% 50% repeat-x; color: #000000; font-weight: bold; } .ui-widget-header a { color: #000000; } @@ -68,7 +68,7 @@ ----------------------------------*/ .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #ffffff; background: #616161 url(images/ui-bg_flat_30_616161_40x100.png) 50% 50% repeat-x; font-weight: normal; color: #ffffff; } .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #ffffff; text-decoration: none; } -.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #ffffff; background: # url(images/ui-bg_flat_100__40x100.png) 50% 50% repeat-x; font-weight: normal; color: #ffffff; } +.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #ffffff; background: url(images/ui-bg_flat_100__40x100.png) 50% 50% repeat-x; font-weight: normal; color: #ffffff; } .ui-state-hover a, .ui-state-hover a:hover { color: #ffffff; text-decoration: none; } .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #ffffff; background: #065efe url(images/ui-bg_flat_40_065efe_40x100.png) 50% 50% repeat-x; font-weight: normal; color: #ffffff; } .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #ffffff; text-decoration: none; } diff --git a/NzbDrone.Services/NzbDrone.Services.Service/Helpers/HtmlIncludeExtentions.cs b/NzbDrone.Services/NzbDrone.Services.Service/Helpers/HtmlIncludeExtentions.cs index 79284ee1b..4ee2dfd5a 100644 --- a/NzbDrone.Services/NzbDrone.Services.Service/Helpers/HtmlIncludeExtentions.cs +++ b/NzbDrone.Services/NzbDrone.Services.Service/Helpers/HtmlIncludeExtentions.cs @@ -4,7 +4,7 @@ using System.Linq; using System.Web.Mvc; using NzbDrone.Common; -namespace NzbDrone.Web.Helpers +namespace NzbDrone.Services.Service.Helpers { public static class HtmlIncludeExtentions { diff --git a/NzbDrone.Services/NzbDrone.Services.Service/Views/SceneMapping/Pending.cshtml b/NzbDrone.Services/NzbDrone.Services.Service/Views/SceneMapping/Pending.cshtml index 65115e2bf..ea1672ea6 100644 --- a/NzbDrone.Services/NzbDrone.Services.Service/Views/SceneMapping/Pending.cshtml +++ b/NzbDrone.Services/NzbDrone.Services.Service/Views/SceneMapping/Pending.cshtml @@ -1,4 +1,4 @@ -@using NzbDrone.Web.Helpers +@using NzbDrone.Services.Service.Helpers @model string @{ViewBag.Title = "Pending";} diff --git a/NzbDrone.Services/NzbDrone.Services.Service/Views/Shared/_Layout.cshtml b/NzbDrone.Services/NzbDrone.Services.Service/Views/Shared/_Layout.cshtml index cde3606a9..dc328cd9d 100644 --- a/NzbDrone.Services/NzbDrone.Services.Service/Views/Shared/_Layout.cshtml +++ b/NzbDrone.Services/NzbDrone.Services.Service/Views/Shared/_Layout.cshtml @@ -1,8 +1,6 @@  @{ Layout = "~/Views/Shared/_ReferenceLayout.cshtml"; } @using System.Web.Mvc.Html -@using NzbDrone.Common -@using NzbDrone.Web.Helpers @section HeaderContent { @if (string.IsNullOrWhiteSpace(ViewBag.Title) || String.Equals(ViewBag.Title, "NzbDrone", StringComparison.InvariantCultureIgnoreCase)) diff --git a/NzbDrone.Services/NzbDrone.Services.Service/Views/Shared/_ReferenceLayout.cshtml b/NzbDrone.Services/NzbDrone.Services.Service/Views/Shared/_ReferenceLayout.cshtml index 7a0fba1ff..3d6f9ad7f 100644 --- a/NzbDrone.Services/NzbDrone.Services.Service/Views/Shared/_ReferenceLayout.cshtml +++ b/NzbDrone.Services/NzbDrone.Services.Service/Views/Shared/_ReferenceLayout.cshtml @@ -1,5 +1,5 @@  -@using NzbDrone.Web.Helpers +@using NzbDrone.Services.Service.Helpers