diff --git a/src/Orchard.Web/Themes/Green/Styles/site.css b/src/Orchard.Web/Themes/Green/Styles/site.css index e690daeae..4afeee90f 100644 --- a/src/Orchard.Web/Themes/Green/Styles/site.css +++ b/src/Orchard.Web/Themes/Green/Styles/site.css @@ -113,30 +113,39 @@ input[type="submit"], input[type="button"] { /* Search ----------------------------------------------------------*/ -.search -{ - margin: 12px 0 12px 0; +.search { + margin: 16px 0 12px 0; } -.search fieldset -{ +.search fieldset { overflow: auto; + margin: 0; } -.search input -{ +.search input { width: auto; float: left; padding: 3px; margin: 0; } -.search button -{ - float: left; +.search button { + padding:1px 6px; margin: 0 0 0 4px; + font-weight:600; } +.search-summary { + padding:12px 0 0 0; +} + +.search-summary em { + font-weight:600; +} + +.search-results li.first { + margin:0 0 12px 0; +} /* Tables ----------------------------------------------------------*/ @@ -228,6 +237,7 @@ colgroup margin:33px 2px 0 0; font-size:104%; float:right; + text-align:right; } #maincolumn { diff --git a/src/Orchard.Web/Themes/Green/Views/Layout.HomePage.ascx b/src/Orchard.Web/Themes/Green/Views/Layout.HomePage.ascx index a46a784f6..1c6628638 100644 --- a/src/Orchard.Web/Themes/Green/Views/Layout.HomePage.ascx +++ b/src/Orchard.Web/Themes/Green/Views/Layout.HomePage.ascx @@ -29,6 +29,7 @@ return false;
<%-- todo:(nheskew) this will need to all go in the header zone (user widget) --%> <% Html.Include("User"); %> + <%Html.Zone("search");%>
diff --git a/src/Orchard.Web/Themes/Green/Views/Layout.ascx b/src/Orchard.Web/Themes/Green/Views/Layout.ascx index f4442c1ad..2387e9c4a 100644 --- a/src/Orchard.Web/Themes/Green/Views/Layout.ascx +++ b/src/Orchard.Web/Themes/Green/Views/Layout.ascx @@ -27,6 +27,7 @@ return false;
<%-- todo:(nheskew) this will need to all go in the header zone (user widget) --%> <% Html.Include("User"); %> + <%Html.Zone("search"); %>
@@ -52,9 +53,6 @@ return false;
<%Html.Zone("sidebar");%>