From 0adca1a065c18a910e1d8b83f5a67e354741af03 Mon Sep 17 00:00:00 2001 From: jowall Date: Fri, 18 Feb 2011 09:09:40 -0800 Subject: [PATCH] Positioned page titles in admin. --HG-- branch : dev --- src/Orchard.Web/Themes/TheAdmin/Styles/site.css | 11 +++++++++-- src/Orchard.Web/Themes/TheAdmin/Views/Title.cshtml | 2 +- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/src/Orchard.Web/Themes/TheAdmin/Styles/site.css b/src/Orchard.Web/Themes/TheAdmin/Styles/site.css index 5fbcd78f3..7868f5340 100644 --- a/src/Orchard.Web/Themes/TheAdmin/Styles/site.css +++ b/src/Orchard.Web/Themes/TheAdmin/Styles/site.css @@ -122,7 +122,7 @@ body { /* Headings */ h1,h2,h3,h4,h5,h6 { font-weight: normal;} -h1 { font-size: 1.769em; text-shadow: rgba(0,0,0,.1) 0px 0px 1px;} +h1 { font-size: 1.769em; } h2 { font-size: 1.538em; } h3 { font-size: 1.231em; } h4 { font-size: 1.154em; } @@ -271,7 +271,14 @@ form.link button:hover { position:relative; text-shadow: rgba(0,0,0,.9) 0px 0px 2px; } - +#page-title { + /*line-height:46px; + margin:0 0 0 24px;*/ + position:relative; + top:12px; + left:24px; + text-shadow:rgba(0,0,0,.1) 0px 0px 1px; +} #login { display:block; float:right; diff --git a/src/Orchard.Web/Themes/TheAdmin/Views/Title.cshtml b/src/Orchard.Web/Themes/TheAdmin/Views/Title.cshtml index 488714934..791f84332 100644 --- a/src/Orchard.Web/Themes/TheAdmin/Views/Title.cshtml +++ b/src/Orchard.Web/Themes/TheAdmin/Views/Title.cshtml @@ -1,3 +1,3 @@ @using Orchard.Localization; -

@Model.Title

\ No newline at end of file +

@Model.Title

\ No newline at end of file