diff --git a/src/Orchard.Web/Core/Dashboard/Views/Admin/Index.cshtml b/src/Orchard.Web/Core/Dashboard/Views/Admin/Index.cshtml index 5f05fe235..da1561f46 100644 --- a/src/Orchard.Web/Core/Dashboard/Views/Admin/Index.cshtml +++ b/src/Orchard.Web/Core/Dashboard/Views/Admin/Index.cshtml @@ -24,9 +24,13 @@

Contribute back.

Help grow Orchard. We encourage contributions of all sorts, including code submissions, documentation, translations, feature recommendations, and more.Here are some ways to give back to the project.

- -

@T("Advisory from {0}", "http://www.orchardproject.net/advisory")

- + + + + diff --git a/src/Orchard.Web/Modules/Orchard.ContentTypes/Views/Admin/AddPartsTo.cshtml b/src/Orchard.Web/Modules/Orchard.ContentTypes/Views/Admin/AddPartsTo.cshtml index 4008075aa..033e57d9e 100644 --- a/src/Orchard.Web/Modules/Orchard.ContentTypes/Views/Admin/AddPartsTo.cshtml +++ b/src/Orchard.Web/Modules/Orchard.ContentTypes/Views/Admin/AddPartsTo.cshtml @@ -18,6 +18,7 @@ ViewData.TemplateInfo.GetFullHtmlFieldId(fieldNameStart + "IsSelected"), partSelection.PartDisplayName, Html.Hidden(fieldNameStart + "PartName", partSelection.PartName))); + }, "available-parts") diff --git a/src/Orchard.Web/Themes/TheAdmin/Styles/images/icon-advisory.png b/src/Orchard.Web/Themes/TheAdmin/Styles/images/icon-advisory.png new file mode 100644 index 000000000..6cd96fdd5 Binary files /dev/null and b/src/Orchard.Web/Themes/TheAdmin/Styles/images/icon-advisory.png differ diff --git a/src/Orchard.Web/Themes/TheAdmin/Styles/site.css b/src/Orchard.Web/Themes/TheAdmin/Styles/site.css index 684920f9c..97334a548 100644 --- a/src/Orchard.Web/Themes/TheAdmin/Styles/site.css +++ b/src/Orchard.Web/Themes/TheAdmin/Styles/site.css @@ -119,7 +119,8 @@ body { padding:0; } -iframe {border:1px solid #eee;} +/*Hide shape tracing*/ +#shape-tracing-container {display:none;} /* Headings */ h1,h2,h3,h4,h5,h6 { font-weight: normal;} @@ -1085,14 +1086,9 @@ fieldset.delete-button { .dashboard .help-item h2 { - background-color: #dee0e1; padding: 6px; font-size: 16px; } -.dashboard h2.advisory -{ - font-size: 16px; -} .dashboard .help-item h2.gallery { background: #f1f1f2 url('images/icon-gallery.png') no-repeat 5px 50%; @@ -1123,6 +1119,11 @@ fieldset.delete-button { padding-left: 40px; } +.dashboard .help-item h2.advisory +{ + background: #f1f1f2 url('images/icon-advisory.png') no-repeat 5px 50%; + padding-left: 40px; +} diff --git a/src/Orchard.Web/Themes/Themes.csproj b/src/Orchard.Web/Themes/Themes.csproj index 910a581c9..387c6a0f7 100644 --- a/src/Orchard.Web/Themes/Themes.csproj +++ b/src/Orchard.Web/Themes/Themes.csproj @@ -55,6 +55,12 @@ + + + + + +