admin_page.css
4 years ago
gglcptch.css
4 years ago
hide_badge.css
4 years ago
style.css
4 years ago
gglcptch.css
30 lines
| 1 | #commentform .gglcptch { |
| 2 | margin: 0 0 10px; |
| 3 | } |
| 4 | #recaptcha_response_field { |
| 5 | height: 17px !important; |
| 6 | max-height: 35px !important; |
| 7 | font-size: 10pt !important; |
| 8 | } |
| 9 | .recaptcha_theme_clean #recaptcha_response_field { |
| 10 | height: 25px !important; |
| 11 | } |
| 12 | #gglcptch_error { |
| 13 | color: #F00; |
| 14 | } |
| 15 | .gglcptch table#recaptcha_table { |
| 16 | table-layout: auto !important; |
| 17 | } |
| 18 | /* in allowlist notification message */ |
| 19 | .gglcptch_allowlist_message { |
| 20 | display: block; |
| 21 | margin: 12px 0; |
| 22 | } |
| 23 | .gglcptch_v2 { |
| 24 | min-width: 1px; |
| 25 | padding: 10px 0; |
| 26 | clear: both; |
| 27 | } |
| 28 | .gglcptch_recaptcha .grecaptcha-badge { |
| 29 | z-index: 100; |
| 30 | } |