fix nomifilelunghi
This commit is contained in:
parent
c1350314eb
commit
383e111c19
2 changed files with 5 additions and 3 deletions
|
@ -45,10 +45,10 @@ body {
|
|||
position: absolute;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
left:0;
|
||||
right: 0;
|
||||
left:500px;
|
||||
right: 500px;
|
||||
text-align: center;
|
||||
width: 262px;
|
||||
width: fit-content;
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
|
|
|
@ -29,9 +29,11 @@
|
|||
</div>
|
||||
<div id="remainingForm" style="display: none;">
|
||||
<label>Nome</label>
|
||||
<br>
|
||||
<input name="name" required type="text" />
|
||||
<br><br>
|
||||
<label>Descrizione</label>
|
||||
<br>
|
||||
<textarea name="description" required></textarea>
|
||||
<br><br>
|
||||
<div class="file-upload">
|
||||
|
|
Loading…
Reference in a new issue