From 80989b7cf014c6230721aa840659e0fc7a9a0f25 Mon Sep 17 00:00:00 2001 From: skewed Date: Thu, 14 Jan 2010 23:24:10 +0000 Subject: [PATCH] Cleaned up markup and CSS for inline admin action buttons --HG-- extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4045431 --- .../Parts/Common.Routable.ascx | 2 +- src/Orchard.Web/Core/Themes/Styles/site.css | 2 +- .../Items/Blogs.Blog.DetailAdmin.ascx | 6 +- .../Items/Blogs.Blog.SummaryAdmin.ascx | 14 ++-- .../Items/Blogs.BlogPost.SummaryAdmin.ascx | 10 +-- .../Themes/TheAdmin/Styles/site.css | 83 +++++++++++-------- 6 files changed, 66 insertions(+), 51 deletions(-) diff --git a/src/Orchard.Web/Core/Common/Views/EditorTemplates/Parts/Common.Routable.ascx b/src/Orchard.Web/Core/Common/Views/EditorTemplates/Parts/Common.Routable.ascx index 6768ea2ba..9591042c7 100644 --- a/src/Orchard.Web/Core/Common/Views/EditorTemplates/Parts/Common.Routable.ascx +++ b/src/Orchard.Web/Core/Common/Views/EditorTemplates/Parts/Common.Routable.ascx @@ -3,7 +3,7 @@ <% Html.RegisterFootScript("jquery.slugify.js"); %>
<%=Html.LabelFor(m => m.Title) %> - <%=Html.EditorFor(m => m.Title) %> + <%=Html.TextBoxFor(m => m.Title, new { @class = "large text" }) %>