Changed form styling
This commit is contained in:
parent
f5a8bcdec3
commit
14d65ebfde
@ -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>
|
||||
|
@ -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;
|
||||
|
Reference in New Issue
Block a user