Seperated css files; added search form to register and styled the button

This commit is contained in:
schnulller
2022-06-09 16:40:27 +02:00
parent d41dffd46a
commit 5f0c84bfd1
24 changed files with 6507 additions and 2416 deletions

View File

@@ -36,6 +36,13 @@
</a>
</div>
}
@if (Model.AllowSearch) {
<form class="ha-registersearchform" asp-controller="Register" asp-action="Search" asp-route-id="@string.Empty" method="post" >
<input class="ha-registersearchtext" type="text" name="search" placeholder="Suchbegriff..." />
<input type="hidden" name="category" value="@Model.Category" />
<button class="ha-registersearchbutton" type="submit">Suchen</button>
</form>
}
<div class="ha-register-nav" id="ha-register-nav">
<div class="ha-register-left-nav">
@if (Model.AvailableCategories != null) {