Skip to content

Commit

Permalink
Merge pull request #223 from Capping-CPCA/form-styling
Browse files Browse the repository at this point in the history
Updated form styling for smaller screen sizes
  • Loading branch information
blackjack26 committed Dec 14, 2017
2 parents 70b19e2 + c1ca26c commit f262bac
Show file tree
Hide file tree
Showing 5 changed files with 296 additions and 237 deletions.
6 changes: 6 additions & 0 deletions public/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -638,6 +638,12 @@ label[for=password] {
.col-form-label {
text-align: right;
}
@media (max-width: 1200px) {
.col-form-label, .form-control-label,
.radio-group {
text-align: left!important;
}
}

/* Help */
#help-section {
Expand Down
2 changes: 1 addition & 1 deletion routes.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@

#Forms
$router->add('/referral-form', 'forms/referral_form.php', 'Referral Form');
$router->add('/self-referral-form', 'forms/self_referral_form.php', 'Initial Contact Form- Self-Referral');
$router->add('/self-referral-form', 'forms/self_referral_form.php', 'Initial Contact Form');
$router->add('/intake-packet', 'forms/intake_packet.php', 'Intake Packet');
$router->add('/form-success', 'forms/form_success.php', 'Form Submitted');
$router->add('/form-match', 'forms/form_match.php', 'Form Match');
Expand Down

0 comments on commit f262bac

Please sign in to comment.