This commit is contained in:
czaks
2013-08-01 00:47:33 -04:00
20 changed files with 202 additions and 173 deletions

View File

@@ -13,17 +13,31 @@
{% endif %}
{% endif %}
{% if config.recaptcha %}<style type="text/css">{% raw %}
.recaptcha_image_cell {
background: none !important;
#recaptcha_area {
float: none !important;
padding: 0 !important;
}
table.recaptchatable {
#recaptcha_logo, #recaptcha_privacy {
display: none;
}
#recaptcha_table {
border: none !important;
}
#recaptcha_logo, #recaptcha_tagline {
display: none;
float: right;
#recaptcha_table tr:first-child {
height: auto;
}
.recaptchatable a {
display: block;
.recaptchatable img {
float: none !important;
}
#recaptcha_response_field {
font-size: 10pt !important;
border: 1px solid #a9a9a9 !important;
padding: 1px !important;
}
td.recaptcha_image_cell {
background: transparent !important;
}
.recaptchatable, #recaptcha_area tr, #recaptcha_area td, #recaptcha_area th {
padding: 0 !important;
}
{% endraw %}</style>{% endif %}