mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 11:44:58 +08:00
More CSS clean-up in the admin.
--HG-- branch : dev
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
@using Orchard.Blogs.Extensions;
|
||||
@using Orchard.Blogs.Models;
|
||||
<h1><a href="@Url.BlogForAdmin((string)Model.Slug)">@Html.TitleForPage((string)Model.Title)</a></h1>
|
||||
<h1>@Html.TitleForPage((string)Model.Title)</h1>
|
||||
@Display(Model.Header)
|
||||
@Display(Model.Actions)
|
||||
<div class="manage"><a href="@Url.BlogPostCreate((BlogPart)Model.ContentItem.Get(typeof(BlogPart)))" class="add button primaryAction">@T("New Post")</a></div>
|
||||
|
@@ -296,7 +296,7 @@ form.link button:hover {
|
||||
text-decoration:underline;
|
||||
}
|
||||
#menu .menu-admin li.section-dashboard h3 {
|
||||
padding:.4em 0;
|
||||
padding:.4em 0 0 .4em;
|
||||
font-size:1.308em;
|
||||
}
|
||||
.section-new {
|
||||
|
Reference in New Issue
Block a user