From 978e56484558211341a696e0b9658de1a2040255 Mon Sep 17 00:00:00 2001 From: Mark McDowall Date: Thu, 20 Dec 2012 19:49:52 -0800 Subject: [PATCH] Added a donation button --- NzbDrone.Web/Content/NzbDrone.css | 6 ++++++ NzbDrone.Web/Views/Shared/_Layout.cshtml | 1 + 2 files changed, 7 insertions(+) diff --git a/NzbDrone.Web/Content/NzbDrone.css b/NzbDrone.Web/Content/NzbDrone.css index 7a7ff0dc9..7ed59f728 100644 --- a/NzbDrone.Web/Content/NzbDrone.css +++ b/NzbDrone.Web/Content/NzbDrone.css @@ -261,4 +261,10 @@ button span, input[type="button"] span, input[type="submit"] span, input[type="r /* Font-Awesome */ i[class*="icon-"]:not(.gridAction):hover { cursor: default; +} + +/* Donate */ +#donate a { + background-color: #065EFE; + color: #191919; } \ No newline at end of file diff --git a/NzbDrone.Web/Views/Shared/_Layout.cshtml b/NzbDrone.Web/Views/Shared/_Layout.cshtml index bc9ebe4f7..dcf5a4a3f 100644 --- a/NzbDrone.Web/Views/Shared/_Layout.cshtml +++ b/NzbDrone.Web/Views/Shared/_Layout.cshtml @@ -30,6 +30,7 @@ @MvcHtmlString.Create(Html.CurrentControllerLink("Missing", "Index", "Missing")) @MvcHtmlString.Create(Html.CurrentControllerLink("Settings", "Index", "Settings")) @MvcHtmlString.Create(Html.CurrentControllerLink("Logs", "Index", "Log")) +