renamed RaidEdit header and added TemplateOverview.css
This commit is contained in:
parent
50120badcc
commit
4cddb7e349
2 changed files with 13 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
||||||
@inject IJSRuntime JsRuntime
|
@inject IJSRuntime JsRuntime
|
||||||
|
|
||||||
|
|
||||||
<h3>Create Raid</h3>
|
<h3>Create or edit Raid</h3>
|
||||||
|
|
||||||
<AuthorizeView Policy="@Constants.Roles.RaidLead.Name" Context="authorizationContext">
|
<AuthorizeView Policy="@Constants.Roles.RaidLead.Name" Context="authorizationContext">
|
||||||
<EditForm Model="@_raid" OnValidSubmit="@HandleValidSubmit">
|
<EditForm Model="@_raid" OnValidSubmit="@HandleValidSubmit">
|
||||||
|
|
12
Lieb/Pages/Raids/RaidOverview/RaidTemplateOverview.razor.css
Normal file
12
Lieb/Pages/Raids/RaidOverview/RaidTemplateOverview.razor.css
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
body {
|
||||||
|
}
|
||||||
|
|
||||||
|
input {
|
||||||
|
margin-right: 20px;
|
||||||
|
width: fit-content;
|
||||||
|
}
|
||||||
|
|
||||||
|
select {
|
||||||
|
margin-right: 20px;
|
||||||
|
width: fit-content;
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue