diff --git a/src/Orchard.Web/Content/Admin/css/base.css b/src/Orchard.Web/Content/Admin/css/base.css
index 384297120..f178b7f8a 100644
--- a/src/Orchard.Web/Content/Admin/css/base.css
+++ b/src/Orchard.Web/Content/Admin/css/base.css
@@ -1,4 +1,49 @@
-html {
+/* begin: reset
+ todo: (nheskew) pare down and combine with existing selectors where appropriate */
+/* http://meyerweb.com/eric/tools/css/reset/ */
+/* v1.0 | 20080212 */
+html, body, div, span, applet, object, iframe,
+h1, h2, h3, h4, h5, h6, p, blockquote, pre,
+a, abbr, acronym, address, big, cite, code,
+del, dfn, em, font, img, ins, kbd, q, s, samp,
+small, strike, strong, sub, sup, tt, var,
+b, u, i, center,
+dl, dt, dd, ol, ul, li,
+fieldset, form, label, legend,
+table, caption, tbody, tfoot, thead, tr, th, td {
+ border:0;
+ font-size:100%;
+ margin:0;
+ padding:0;
+ vertical-align:baseline;
+}
+ol, ul {
+ list-style:none;
+}
+blockquote, q {
+ quotes:none;
+}
+blockquote:before, blockquote:after,
+q:before, q:after {
+ content:'';
+ content:none;
+}
+:focus {
+ outline:0;
+}
+ins {
+ text-decoration:none;
+}
+del {
+ text-decoration:line-through;
+}
+table {
+ border-collapse:collapse;
+ border-spacing:0;
+}
+/* end: reset */
+
+html {
background:#8a8f7a;
color:#525e50;
}
@@ -6,7 +51,7 @@ body {
color:#5a5b32;
font-family:Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size:62.5%; /* 10px */
- /*max-width:120.4em;*/
+ line-height:1.6em;
margin:0 auto 1em;
min-width:96em; /* 960px */
padding:0 .4em;
@@ -48,7 +93,6 @@ a, a:link, a:visited {
}
a:hover, a:active, a:focus {
color:#1e5d7d;
- outline:0;
text-decoration:underline;
}
@@ -79,7 +123,7 @@ a.linkButton, a.linkButton:visited {
background:url(images/orchardLogo.jpg) no-repeat;
display:block;
height:60px;
- margin:-10px 0 0 14px;
+ margin:-11px 0 0 14px;
text-indent:-9999px;
width:105px;
}
@@ -126,12 +170,16 @@ a.linkButton, a.linkButton:visited {
#main {
display:inline;
float:right;
- width:83.06%;
+ margin-left:-22em;
+ width:100%;
+}
+#main .wrapper {
+ margin-left:22em;
}
#navigation {
display:inline;
float:left;
- width:15.28%;
+ width:20.5em;
}
/* Navigation
@@ -145,7 +193,7 @@ a.linkButton, a.linkButton:visited {
#navigation li {
background:#fff;
border:1px solid #d2d6c6;
- margin:10px 0 14px 0;
+ margin:10px 0 15px 0;
}
#navigation ul li {
border:0;
@@ -153,7 +201,7 @@ a.linkButton, a.linkButton:visited {
}
#navigation li h4 {
background:#dddfcb url(images/tableHeaderBackground.gif) repeat-x top left;
- padding:4px 4px 6px 8px;
+ padding:6px 4px 8px 8px;
}
#navigation ul a {
color:#5a5b32;
@@ -171,16 +219,16 @@ a.linkButton, a.linkButton:visited {
#navigation ul a:hover, #navigation ul a:focus {
background:#f0ecd2;
color: #3e4301;
- outline:0;
text-decoration:underline;
}
/* Content
----------------------------------------------------------*/
-#content h2 {
+#main h2, #main h3, #main h4 {
+ margin:.23em 0 1em;
+}
+#main h2 {
border-bottom:1px dashed #e4e7dc;
- margin:3px 0 8px;
- padding:0 0 2px;
}
@@ -218,7 +266,6 @@ div.confirmation, div.warning, div.critical {
fieldset {
margin:10px;
- padding:10px;
border:1px solid #d2d6c6;
}
diff --git a/src/Orchard.Web/Content/Admin/css/yui.reset-3.0.0.css b/src/Orchard.Web/Content/Admin/css/yui.reset-3.0.0.css
deleted file mode 100644
index ccc5479ea..000000000
--- a/src/Orchard.Web/Content/Admin/css/yui.reset-3.0.0.css
+++ /dev/null
@@ -1,126 +0,0 @@
-/*
-Copyright (c) 2009, Yahoo! Inc. All rights reserved.
-Code licensed under the BSD License:
-http://developer.yahoo.net/yui/license.txt
-version: 3.0.0
-build: 1549
-*/
-/*
- TODO will need to remove settings on HTML since we can't namespace it.
- TODO with the prefix, should I group by selector or property for weight savings?
-*/
-html{
- color:#000;
- background:#FFF;
-}
-/*
- TODO remove settings on BODY since we can't namespace it.
-*/
-/*
- TODO test putting a class on HEAD.
- - Fails on FF.
-*/
-body,
-div,
-dl,
-dt,
-dd,
-ul,
-ol,
-li,
-h1,
-h2,
-h3,
-h4,
-h5,
-h6,
-pre,
-code,
-form,
-fieldset,
-legend,
-input,
-textarea,
-p,
-blockquote,
-th,
-td {
- margin:0;
- padding:0;
-}
-table {
- border-collapse:collapse;
- border-spacing:0;
-}
-fieldset,
-img {
- border:0;
-}
-/*
- TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...
-*/
-address,
-caption,
-cite,
-code,
-dfn,
-em,
-strong,
-th,
-var {
- font-style:normal;
- font-weight:normal;
-}
-/*
- TODO Figure out where this list-style rule is best set. Hedger has a request to investigate.
-*/
-li {
- list-style:none;
-}
-
-caption,
-th {
- text-align:left;
-}
-h1,
-h2,
-h3,
-h4,
-h5,
-h6 {
- font-size:100%;
- font-weight:normal;
-}
-q:before,
-q:after {
- content:'';
-}
-abbr,
-acronym {
- border:0;
- font-variant:normal;
-}
-/* to preserve line-height and selector appearance */
-sup {
- vertical-align:text-top;
-}
-sub {
- vertical-align:text-bottom;
-}
-input,
-textarea,
-select {
- font-family:inherit;
- font-size:inherit;
- font-weight:inherit;
-}
-/*to enable resizing for IE*/
-input,
-textarea,
-select {
- *font-size:100%;
-}
-/*because legend doesn't inherit in IE */
-legend {
- color:#000;
-}
\ No newline at end of file
diff --git a/src/Orchard.Web/Content/Admin/css/yui.reset-3.0.0.min.css b/src/Orchard.Web/Content/Admin/css/yui.reset-3.0.0.min.css
deleted file mode 100644
index fb264a0c5..000000000
--- a/src/Orchard.Web/Content/Admin/css/yui.reset-3.0.0.min.css
+++ /dev/null
@@ -1,8 +0,0 @@
-/*
-Copyright (c) 2009, Yahoo! Inc. All rights reserved.
-Code licensed under the BSD License:
-http://developer.yahoo.net/yui/license.txt
-version: 3.0.0
-build: 1549
-*/
-html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}
\ No newline at end of file
diff --git a/src/Orchard.Web/Orchard.Web.csproj b/src/Orchard.Web/Orchard.Web.csproj
index ff42546ef..9f18e77ba 100644
--- a/src/Orchard.Web/Orchard.Web.csproj
+++ b/src/Orchard.Web/Orchard.Web.csproj
@@ -164,8 +164,6 @@
Are you sure you want to delete the pages?
Enter the scheduled publication date:
<%=Html.EditorFor(m => m.Options.BulkPublishLaterDate)%>Select your layout from one of the templates below.