php-integration #21

Closed
fred.boniface wants to merge 146 commits from php-integration into main
2 changed files with 3 additions and 1 deletions
Showing only changes of commit 9133ad7df0 - Show all commits

View File

@ -50,7 +50,7 @@
<br>
<span class="form-info">Details:</span>
<br>
<textarea class="form-text-large" name="detail" rows="5" cols="40"><?php echo $detail;?></textarea>
<textarea class="form-text-large" name="detail"><?php echo $detail;?></textarea>
<br>
<br>
<br>

View File

@ -34,6 +34,8 @@ body {
.form-text-large {
text-align: left;
border: black;
max-width: 80%;
height: 40px;
border-radius: 5px;
padding: 5px;
font-size: 16px;