Аня гений, а я просто доделал дезигн :Б

This commit is contained in:
Кашин Максим 2023-05-17 15:37:21 +04:00
parent 18b0a91010
commit ac56ec3ec6
2 changed files with 13 additions and 11 deletions

View File

@ -20,8 +20,10 @@
<select id="dinner" name="dinner" class="form-control" asp-items="@(new SelectList(@ViewBag.Dinners, "Id", "DinnerName"))"></select>
</div>
</div>
<div class="u-align-right u-form-group u-form-submit u-label-top">
<div class="col-8"></div>
<div class="col-4"><input type="submit" value="Добавить участника" class="u-active-custom-color-6 u-border-none u-btn u-btn-submit u-button-style u-custom-color-1 u-hover-custom-color-2 u-btn-1" /></div>
</div>
<br>
<div class="u-container-layout u-container-layout-2">
<input type="submit" value="Сохранить" class="btn btn-outline-dark text-center d-flex justify-content-md-center" />
</div>
</form>

View File

@ -41,15 +41,15 @@
class="form-control"/>
</div>
<div class="u-table u-table-responsive u-table-1">
<label class="u-label u-text-custom-color-1 u-label-1">Участники конференции</label>
<table class="u-table-entity">
<thead class="u-custom-color-1 u-table-header u-table-header-1">
<label class="u-label u-text-custom-color-1 u-label-1">Обеды для номеров</label>
<table class="table">
<thead class="thead-dark">
<tr style="height: 44px">
<th class="u-border-1 u-border-black u-table-cell">
Участники
<th class="u-border-1 u-border-grey-50 u-table-cell">
Обед
</th>
<th class="u-border-1 u-border-black u-table-cell">
Гражданство
<th class="u-border-1 u-border-grey-50 u-table-cell">
Цена
</th>
</tr>
</thead>