Removed lingering v2 recaptcha codes

This commit is contained in:
2024-11-15 09:13:10 +08:00
parent b014148c31
commit b6c561ef13
2 changed files with 16 additions and 47 deletions

View File

@@ -257,17 +257,6 @@
.info_field .website span { width: 20%; }
.info_field .website input { width: 80%; }
#capcha_wrapper {
overflow: hidden;
height: 0;
}
#recaptcha_field {
float: right;
background: white;
}
iframe[src="about:blank"] {
/* recaptcha about:blank page */
display: none;
@@ -287,6 +276,10 @@ iframe[src="about:blank"] {
transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); /* easeInOutQuart */
}
#c_input_panel.reply {
max-width: 80%;
}
.c_so_sorry {
padding: 0.2em;
font-size: 0.8em;