Positioned page titles in admin.

--HG--
branch : dev
This commit is contained in:
jowall
2011-02-18 09:09:40 -08:00
parent 6050e585be
commit 0adca1a065
2 changed files with 10 additions and 3 deletions

View File

@@ -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;

View File

@@ -1,3 +1,3 @@
@using Orchard.Localization;
<h1>@Model.Title</h1>
<h1 id="page-title">@Model.Title</h1>