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>
|
<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">
|
<form action="<?php echo htmlspecialchars($_SERVER["PHP_SELF"]);?>" method="post">
|
||||||
Subject:
|
<span class="form-info">Subject:</span>
|
||||||
<br>
|
<br>
|
||||||
<input class="form-text-small" type="text" name="subject" value="<?php echo $title;?>">
|
<input class="form-text-small" type="text" name="subject" value="<?php echo $title;?>">
|
||||||
<br>
|
<br>
|
||||||
<br>
|
<br>
|
||||||
Details:
|
<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" rows="5" cols="40"><?php echo $detail;?></textarea>
|
||||||
<br>
|
<br>
|
||||||
|
@ -34,11 +34,16 @@ body {
|
|||||||
.form-text-large {
|
.form-text-large {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
border: black;
|
border: black;
|
||||||
border-radius: 20px;
|
border-radius: 5px;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.form-info {
|
||||||
|
font-size: 16px;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
.lookup-button {
|
.lookup-button {
|
||||||
background-color: #3c78d8;
|
background-color: #3c78d8;
|
||||||
color: #f6f5f4;
|
color: #f6f5f4;
|
||||||
|
Reference in New Issue
Block a user