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> <br>
<span class="form-info">Details:</span> <span class="form-info">Details:</span>
<br> <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> <br>
<br> <br>

View File

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