NameChange
This commit is contained in:
parent
fabb2161d4
commit
9b038475d8
@ -63,8 +63,8 @@
|
|||||||
<table id="items-table" class="table table-striped">
|
<table id="items-table" class="table table-striped">
|
||||||
<thead>
|
<thead>
|
||||||
<th scope="col">№</th>
|
<th scope="col">№</th>
|
||||||
<th scope="col" class="w-25">Название</th>
|
|
||||||
<th scope="col" class="w-25">Автор</th>
|
<th scope="col" class="w-25">Автор</th>
|
||||||
|
<th scope="col" class="w-25">Название</th>
|
||||||
<th scope="col"></th>
|
<th scope="col"></th>
|
||||||
<th scope="col"></th>
|
<th scope="col"></th>
|
||||||
</thead>
|
</thead>
|
||||||
|
@ -641,5 +641,5 @@ button:not(:disabled) {
|
|||||||
|
|
||||||
|
|
||||||
#image-preview {
|
#image-preview {
|
||||||
width: 200px;
|
width: 300px;
|
||||||
}
|
}
|
||||||
|
@ -47,7 +47,7 @@
|
|||||||
</header>
|
</header>
|
||||||
<main class="container-fluid p-2">
|
<main class="container-fluid p-2">
|
||||||
<div class="text-center">
|
<div class="text-center">
|
||||||
<img id="image-preview" src="https://via.placeholder.com/200" class="rounded rounded-circle"
|
<img id="image-preview" src="https://via.placeholder.com/200" class="rounded rounded-0"
|
||||||
alt="placeholder">
|
alt="placeholder">
|
||||||
</div>
|
</div>
|
||||||
<form id="items-form" class="needs-validation" novalidate>
|
<form id="items-form" class="needs-validation" novalidate>
|
||||||
|
Loading…
Reference in New Issue
Block a user