wordpress/php-fpm/wordpress_files/plugins/wp-math-captcha/css/frontend.css

17 lines
277 B
CSS
Raw Normal View History

2020-05-22 03:40:23 +02:00
.math-captcha-form {
display:block;
float:none;
clear:both;
}
.login form .math-captcha-form span {
display: inline-block;
margin-bottom: 16px;
}
input[type="text"].mc-input {
display: inline-block;
width: 60px!important;
vertical-align: middle;
margin-bottom: 0;
}