mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-09-23 04:43:35 +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>
|
<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)) {
|
@using (Html.BeginFormAntiForgeryPost(Url.Action("create"), FormMethod.Post)) {
|
||||||
<table class="menu items">
|
<table class="menu items">
|
||||||
<colgroup>
|
<colgroup>
|
||||||
|
@@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
@using (Html.BeginFormAntiForgeryPost(Url.Action("Index", "Admin"))) {
|
@using (Html.BeginFormAntiForgeryPost(Url.Action("Index", "Admin"))) {
|
||||||
<fieldset class="search-actions">
|
<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>
|
<button type="submit">@T("Search").ToString()</button>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
|
@@ -31,7 +31,7 @@
|
|||||||
</fieldset>
|
</fieldset>
|
||||||
|
|
||||||
<fieldset class="search-actions">
|
<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>
|
<button type="submit">@T("Search")</button>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
|
@@ -124,7 +124,7 @@ body {
|
|||||||
h1,h2,h3,h4,h5,h6 { font-weight: normal;}
|
h1,h2,h3,h4,h5,h6 { font-weight: normal;}
|
||||||
|
|
||||||
h1 { font-size: 1.769em; }
|
h1 { font-size: 1.769em; }
|
||||||
h2 { font-size: 1.538em; }
|
h2 { font-size: 1.308em; }
|
||||||
h3 { font-size: 1.231em; }
|
h3 { font-size: 1.231em; }
|
||||||
h4 { font-size: 1.154em; }
|
h4 { font-size: 1.154em; }
|
||||||
h5 { font-size: 1.077em; }
|
h5 { font-size: 1.077em; }
|
||||||
|
Reference in New Issue
Block a user