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;
|
position: absolute;
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
left:0;
|
left:500px;
|
||||||
right: 0;
|
right: 500px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
width: 262px;
|
width: fit-content;
|
||||||
background-color: white;
|
background-color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -29,9 +29,11 @@
|
||||||
</div>
|
</div>
|
||||||
<div id="remainingForm" style="display: none;">
|
<div id="remainingForm" style="display: none;">
|
||||||
<label>Nome</label>
|
<label>Nome</label>
|
||||||
|
<br>
|
||||||
<input name="name" required type="text" />
|
<input name="name" required type="text" />
|
||||||
<br><br>
|
<br><br>
|
||||||
<label>Descrizione</label>
|
<label>Descrizione</label>
|
||||||
|
<br>
|
||||||
<textarea name="description" required></textarea>
|
<textarea name="description" required></textarea>
|
||||||
<br><br>
|
<br><br>
|
||||||
<div class="file-upload">
|
<div class="file-upload">
|
||||||
|
|
Loading…
Reference in a new issue