mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-21 19:34:40 +08:00
Positioned page titles in admin.
--HG-- branch : dev
This commit is contained in:
@@ -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;
|
||||
|
@@ -1,3 +1,3 @@
|
||||
@using Orchard.Localization;
|
||||
|
||||
<h1>@Model.Title</h1>
|
||||
<h1 id="page-title">@Model.Title</h1>
|
Reference in New Issue
Block a user