From 0d181118ce04f252ea2ee364367bc1c632c70fe7 Mon Sep 17 00:00:00 2001 From: jowall Date: Tue, 2 Mar 2010 14:06:19 -0800 Subject: [PATCH] Manage Pages: Indent status bar row (under title) and updated layout (html/CSS). Removed inline styles. --HG-- branch : dev --- .../Orchard.Pages/Views/Admin/List.aspx | 74 ++++++++++--------- .../Themes/TheAdmin/Styles/site.css | 21 +++++- 2 files changed, 59 insertions(+), 36 deletions(-) diff --git a/src/Orchard.Web/Modules/Orchard.Pages/Views/Admin/List.aspx b/src/Orchard.Web/Modules/Orchard.Pages/Views/Admin/List.aspx index 20bba44c3..4f1048773 100644 --- a/src/Orchard.Web/Modules/Orchard.Pages/Views/Admin/List.aspx +++ b/src/Orchard.Web/Modules/Orchard.Pages/Views/Admin/List.aspx @@ -3,7 +3,7 @@ <%@ Import Namespace="Orchard.Pages.ViewModels"%>

<%=Html.TitleForPage(T("Manage Pages").ToString())%>

<%-- todo: Add helper text here when ready.

<%=_Encoded("Possible text about setting up a page goes here.")%>

--%> -
<%=Html.ActionLink(T("Add a page").ToString(), "Create", new { }, new { @class = "button" })%>
+
<%=Html.ActionLink(T("Add a page").ToString(), "Create", new { }, new { @class = "button primaryAction" })%>
<% using (Html.BeginFormAntiForgeryPost()) { %> <%=Html.ValidationSummary()%> @@ -26,58 +26,64 @@ "/> -
-