Changed form styling

This commit is contained in:
Fred Boniface 2022-09-20 21:15:32 +01:00
parent f5a8bcdec3
commit 14d65ebfde
2 changed files with 8 additions and 3 deletions

View File

@ -40,12 +40,12 @@
<p>Give as much detail as possible so we can try to fix the problem.</p>
<form action="<?php echo htmlspecialchars($_SERVER["PHP_SELF"]);?>" method="post">
Subject:
<span class="form-info">Subject:</span>
<br>
<input class="form-text-small" type="text" name="subject" value="<?php echo $title;?>">
<br>
<br>
Details:
<span class="form-info">Details:</span>
<br>
<textarea class="form-text-large" name="detail" rows="5" cols="40"><?php echo $detail;?></textarea>
<br>

View File

@ -34,11 +34,16 @@ body {
.form-text-large {
text-align: left;
border: black;
border-radius: 20px;
border-radius: 5px;
padding: 5px;
font-size: 16px;
}
.form-info {
font-size: 16px;
font-weight: bold;
}
.lookup-button {
background-color: #3c78d8;
color: #f6f5f4;