Plugin Directory

Changeset 3305544


Ignore:
Timestamp:
06/03/2025 08:33:42 AM (9 months ago)
Author:
hookandhook
Message:

3.3.24 | Fix CSS issue

Location:
contact-form-7-image-captcha
Files:
58 added
3 edited

Legend:

Unmodified
Added
Removed
  • contact-form-7-image-captcha/trunk/cf7-image-captcha.php

    r3276680 r3305544  
    44 * Plugin URI:   https://wpimagecaptcha.com/
    55 * Description:  Adds an image CAPTCHA to your "Contact Form 7" and "WPForms" forms.
    6  * Version:      3.3.23
     6 * Version:      3.3.24
    77 * Author:       WP Image CAPTCHA
    88 * Author URI:   https://wpimagecaptcha.com/
  • contact-form-7-image-captcha/trunk/css/cf7ic-style.css

    r3172276 r3305544  
    1717}
    1818
    19 .captcha-image label {
     19span.captcha-image > label {
    2020  display: inline-block !important;
    21   width: 60px !important;
    2221  position: relative;
    2322}
     
    2625.captcha-image svg {
    2726  padding: 5px;
    28   width: 50px;
    29   height: 50px;
     27  width: 30px;
     28  height: 30px;
    3029}
    3130
     
    3534  position: relative;
    3635  overflow: hidden;
     36}
     37
     38.captcha-image label:nth-child(2),
     39.captcha-image label:nth-child(3) {
     40  margin-right: 5px;
    3741}
    3842
     
    116120.captcha-image label>input:focus+* {
    117121  /* (Checked) image styles */
    118   padding: 5px;
     122  padding: 7px;
    119123  border-width: 2px;
    120124  border-style: solid;
  • contact-form-7-image-captcha/trunk/readme.txt

    r3276680 r3305544  
    55Requires PHP: 7.0
    66Tested up to: 6.8
    7 Stable tag: 3.3.23
     7Stable tag: 3.3.24
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    150150== Changelog ==
    151151
     152= 3.3.24 [06/03/2025] =
     153* Fix CSS issue
     154
    152155= 3.3.23 [04/18/2025] =
    153156* Tested up to 6.8
Note: See TracChangeset for help on using the changeset viewer.