From 2e48034d7087a4c50c8a9b4f04c14f7c7c769d32 Mon Sep 17 00:00:00 2001 From: Mark McDowall Date: Sun, 21 Aug 2011 19:56:04 -0700 Subject: [PATCH] Season Grid toolbar uses sub-menu. sub-menu moved from id to class. --- NzbDrone.Web/Content/Menu.css | 12 +++++++++--- NzbDrone.Web/Views/History/Index.cshtml | 2 +- NzbDrone.Web/Views/Log/Index.cshtml | 2 +- NzbDrone.Web/Views/Series/Details.cshtml | 11 +++++------ NzbDrone.Web/Views/Series/Index.cshtml | 2 +- NzbDrone.Web/Views/Settings/SubMenu.cshtml | 2 +- NzbDrone.Web/Views/Upcoming/Index.cshtml | 2 +- 7 files changed, 19 insertions(+), 14 deletions(-) diff --git a/NzbDrone.Web/Content/Menu.css b/NzbDrone.Web/Content/Menu.css index 2dc07197c..15ff4e38b 100644 --- a/NzbDrone.Web/Content/Menu.css +++ b/NzbDrone.Web/Content/Menu.css @@ -1,9 +1,9 @@ -#sub-menu +.sub-menu { padding-left: 5px; } -#sub-menu li +.sub-menu li { display: inline; list-style-type: none; @@ -13,8 +13,14 @@ border-right: 1px solid #F0F0F0; } -#sub-menu a +.sub-menu a { text-decoration: none; color: #105CD6; +} + +.t-grid .sub-menu +{ + margin-left: -10px; + margin-bottom: 0px; } \ No newline at end of file diff --git a/NzbDrone.Web/Views/History/Index.cshtml b/NzbDrone.Web/Views/History/Index.cshtml index 304100112..d5c124124 100644 --- a/NzbDrone.Web/Views/History/Index.cshtml +++ b/NzbDrone.Web/Views/History/Index.cshtml @@ -4,7 +4,7 @@ History } @section ActionMenu{ -