Added class to search box on modules screen and bumped down <h2> size.

--HG--
branch : dev
This commit is contained in:
jowall
2011-03-24 16:31:52 -07:00
parent 5ef63519b9
commit 19df286e7d
4 changed files with 4 additions and 4 deletions

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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; }