Some more work on the admin UI (expanding scope to all CMSPages admin pages) - mainly markup/CSS cleanup and touch-up and dropping YUI reset in favor pulling some Eric Meyer reset into the base

--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4041743
This commit is contained in:
skewed
2009-11-22 08:46:22 +00:00
parent 038a38e958
commit 0e82f05a42
14 changed files with 83 additions and 173 deletions
@@ -1,8 +1,8 @@
<%@ Page Language="C#" Inherits="System.Web.Mvc.ViewPage<Orchard.CmsPages.ViewModels.PageCreateViewModel>" %>
<%@ Import Namespace="Orchard.Mvc.Html" %>
<% Html.Include("Header"); %>
<% Html.Include("Head"); %>
<div class="yui-u">
<h2 class="separator">Add a Page</h2>
<h2>Add a Page</h2>
<p class="bottomSpacer">
Select your layout from one of the templates below.</p>
</div>
@@ -12,4 +12,4 @@
<%= Html.EditorForModel() %>
<%}/*EndForm*/%>
</div>
<% Html.Include("Footer"); %>
<% Html.Include("Foot"); %>