Skip to content

Commit

Permalink
Contact Form updated
Browse files Browse the repository at this point in the history
  • Loading branch information
joomlart committed Feb 12, 2014
1 parent 0be99eb commit fa413bf
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion source/tpl_t3_bs3_blank/less/joomla.less
Original file line number Diff line number Diff line change
Expand Up @@ -816,11 +816,22 @@ div.finder {
width: 100%;
height: auto;
}
// Hide the Capcha Label on Small Screen
// Fixed for Capcha on Small Screen
@media (max-width: @screen-sm) {
// Hide the Capcha Label on Small Screen
#jform_captcha-lbl {
display: none;
}
// The capcha image
#recaptcha_image {
width: 220px;
}
#recaptcha_image img {
max-width: 220px;
}
#recaptcha_response_field {
max-width: 220px;
}
}
}

Expand Down

0 comments on commit fa413bf

Please sign in to comment.