mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-09-22 20:13:50 +08:00
Added class to search box on modules screen and bumped down <h2> size.
--HG-- branch : dev
This commit is contained in:
@@ -39,7 +39,7 @@
|
||||
<fieldset class="actions"><button type="submit" class="button">@T("Update All")</button></fieldset>
|
||||
}
|
||||
|
||||
<h3>@T("Add New Item")</h3>
|
||||
<h2>@T("Add New Item")</h2>
|
||||
@using (Html.BeginFormAntiForgeryPost(Url.Action("create"), FormMethod.Post)) {
|
||||
<table class="menu items">
|
||||
<colgroup>
|
||||
|
@@ -13,7 +13,7 @@
|
||||
|
||||
@using (Html.BeginFormAntiForgeryPost(Url.Action("Index", "Admin"))) {
|
||||
<fieldset class="search-actions">
|
||||
<input type="text" id="searchText" name="@Html.NameOf(m => m.Options.SearchText)" value="@Model.Options.SearchText" />
|
||||
<input type="text" id="searchText" class="text-box single-line" name="@Html.NameOf(m => m.Options.SearchText)" value="@Model.Options.SearchText" />
|
||||
|
||||
<button type="submit">@T("Search").ToString()</button>
|
||||
</fieldset>
|
||||
|
@@ -31,7 +31,7 @@
|
||||
</fieldset>
|
||||
|
||||
<fieldset class="search-actions">
|
||||
<input type="text" id="searchText" name="@Html.NameOf(m => m.Options.SearchText)" value="@Model.Options.SearchText" />
|
||||
<input type="text" id="searchText" class="text-box single-line" name="@Html.NameOf(m => m.Options.SearchText)" value="@Model.Options.SearchText" />
|
||||
|
||||
<button type="submit">@T("Search")</button>
|
||||
</fieldset>
|
||||
|
@@ -124,7 +124,7 @@ body {
|
||||
h1,h2,h3,h4,h5,h6 { font-weight: normal;}
|
||||
|
||||
h1 { font-size: 1.769em; }
|
||||
h2 { font-size: 1.538em; }
|
||||
h2 { font-size: 1.308em; }
|
||||
h3 { font-size: 1.231em; }
|
||||
h4 { font-size: 1.154em; }
|
||||
h5 { font-size: 1.077em; }
|
||||
|
Reference in New Issue
Block a user