From f028770542bd07ae24e295158e9d5f189319d278 Mon Sep 17 00:00:00 2001 From: "kay.one" Date: Sun, 26 Jun 2011 12:19:42 -0700 Subject: [PATCH] some css cleanup --- NzbDrone.Web/Content/Site.css | 43 +++--------------------- NzbDrone.Web/Views/Shared/_Layout.cshtml | 40 +++++++++++----------- 2 files changed, 25 insertions(+), 58 deletions(-) diff --git a/NzbDrone.Web/Content/Site.css b/NzbDrone.Web/Content/Site.css index 25a43bde5..a6d294583 100644 --- a/NzbDrone.Web/Content/Site.css +++ b/NzbDrone.Web/Content/Site.css @@ -19,28 +19,6 @@ fieldset border-width: 1px; } -h1 -{ - font-size: 52px; -} - -h2 -{ - font-size: 26px; -} - -h3 -{ - font-size: 18px; -} - -p, ul, ol -{ - line-height: 240%; - text-align: justify; -} - - a { color: #065EFE; @@ -51,8 +29,6 @@ a:hover text-decoration: none; } - - hr { display: none; @@ -60,17 +36,12 @@ hr /* Menu */ -#menu -{ - height: 60px; -} + #menu ul { - margin: 0; - padding: 8px 0px 0px 0px; + padding: 0px 0px 0px 0px; list-style: none; - line-height: normal; } #menu li @@ -83,8 +54,7 @@ hr { display: block; float: left; - height: 28px; - padding: 7px 30px 0px 35px; + padding: 9px 30px 0px 35px; letter-spacing: -1px; text-decoration: none; text-align: center; @@ -92,6 +62,7 @@ hr font-size: 17px; font-weight: normal; vertical-align: middle; + height: 28px; } #menu a:hover @@ -232,12 +203,6 @@ button:active, input[type="button"]:active, input[type="submit"]:active, input[t width: 400px; } -/* Set the font size for Grids */ -.Grid -{ - font-size: 13px; -} - .edit-group { width: 435px; diff --git a/NzbDrone.Web/Views/Shared/_Layout.cshtml b/NzbDrone.Web/Views/Shared/_Layout.cshtml index 67e20bde9..30f005d32 100644 --- a/NzbDrone.Web/Views/Shared/_Layout.cshtml +++ b/NzbDrone.Web/Views/Shared/_Layout.cshtml @@ -1,25 +1,23 @@ @using Helpers; - - + - NZBDrone - @{Html.Telerik().StyleSheetRegistrar().DefaultGroup(group => group.Add("telerik.common.css") - //.Add("Blueprint/screen.css") - //.Add("Blueprint/ie.css") - .Add("telerik.sitefinity.css") - //.Add("notibar.css") - //.Add("Site.css") - //.Add("jquery-ui.css") - //.Add("jquery-ui.custom.css").Compress(true)) - ).Render();} + + + + + + @MvcMiniProfiler.MiniProfiler.RenderIncludes() @RenderSection("HeaderContent", required: false)
-