Fixed local search position

This commit is contained in:
kay.one
2011-11-26 09:43:49 -08:00
parent 8d26659339
commit 59fcb5f138
3 changed files with 21 additions and 20 deletions
+5 -5
View File
@@ -38,7 +38,7 @@ Settings
@Html.ValidationSummary(true, "Unable to save your settings. Please correct the errors and try again.")
<div id="accordion">
<h3>
<a href="#">First header</a></h3>
<a href="#">NZBs.org</a></h3>
<div class="indexerPanel clearfix">
<label class="labelClass">
Enable <span class="small">@Html.DescriptionFor(m => m.NzbsOrgEnabled)</span>
@@ -54,7 +54,7 @@ Settings
@Html.TextBoxFor(m => m.NzbsOrgHash, new { @class = "inputClass" })
</div>
<h3>
<a href="#">First header</a></h3>
<a href="#">NZBMatrix</a></h3>
<div class="indexerPanel clearfix">
<label class="labelClass">
Enable <span class="small">@Html.DescriptionFor(m => m.NzbMatrixEnabled)</span>
@@ -70,7 +70,7 @@ Settings
@Html.TextBoxFor(m => m.NzbMatrixApiKey, new { @class = "inputClass" })
</div>
<h3>
<a href="#">First header</a></h3>
<a href="#">NZBsRus</a></h3>
<div class="indexerPanel clearfix">
<label class="labelClass">
Enable <span class="small">@Html.DescriptionFor(m => m.NzbsRUsEnabled)</span>
@@ -86,7 +86,7 @@ Settings
@Html.TextBoxFor(m => m.NzbsrusHash, new { @class = "inputClass" })
</div>
<h3>
<a href="#">First header</a></h3>
<a href="#">Newsbin</a></h3>
<div class="indexerPanel clearfix">
<label class="labelClass">
Enable <span class="small">@Html.DescriptionFor(m => m.NewzbinEnabled)</span>
@@ -102,7 +102,7 @@ Settings
@Html.TextBoxFor(m => m.NewzbinPassword, new { @class = "inputClass" })
</div>
<h3>
<a href="#">First header</a></h3>
<a href="#">Newznab</a></h3>
<div class="indexerPanel clearfix">
<label class="labelClass">
Enable <span class="small">@Html.DescriptionFor(m => m.NewznabEnabled)</span>