mirror of
https://github.com/fspc/Yellow-Bike-Database.git
synced 2025-02-22 17:03:22 -05:00
CSS Enhancement to the volunteer interests div - a border.
This commit is contained in:
parent
96e2c941b8
commit
f5ddfdb70a
@ -210,13 +210,14 @@ $totalRows_Recordset1 = mysql_num_rows($Recordset1);
|
|||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
<?php if($volunteer_interest_form) { ?>
|
<?php if($volunteer_interest_form) { ?>
|
||||||
<tr>
|
<tr>
|
||||||
<td><label class="contacts"><?php echo $volunteer_interest_form_name; ?>:</label></td>
|
<td><label class="contacts"><?php echo $volunteer_interest_form_name; ?>:</label></td>
|
||||||
|
|
||||||
<td>
|
<td>
|
||||||
<div id="interest_form">
|
<div id="interest_form">
|
||||||
<p>
|
<p>
|
||||||
<?php echo "<br />"; include("Connections/volunteer_interest_form_introduction.txt"); ?>
|
<?php include("Connections/volunteer_interest_form_introduction.txt"); ?>
|
||||||
</p>
|
</p>
|
||||||
<table>
|
<table>
|
||||||
<?php
|
<?php
|
||||||
@ -230,8 +231,8 @@ $totalRows_Recordset1 = mysql_num_rows($Recordset1);
|
|||||||
<?php } ?>
|
<?php } ?>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
<input type="submit" id="interest_form_button" value="Show Form" \>
|
<input type="submit" id="interest_form_button" value="Fill-in Form" \>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
<tr>
|
<tr>
|
||||||
|
@ -5,6 +5,16 @@
|
|||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#interest_form {
|
||||||
|
padding: 10px;
|
||||||
|
display: block;
|
||||||
|
border: 1px solid rgb(173, 216, 230);
|
||||||
|
}
|
||||||
|
|
||||||
|
#interest_form > p {
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
|
|
||||||
/* errors */
|
/* errors */
|
||||||
#waiver_error, #phone_error, #email_error,
|
#waiver_error, #phone_error, #email_error,
|
||||||
#first_name_error, #last_name_error, #email_list_error
|
#first_name_error, #last_name_error, #email_list_error
|
||||||
|
Loading…
x
Reference in New Issue
Block a user