mirror of
https://git.sindominio.net/estibadores/wordpress.git
synced 2024-11-14 23:21:07 +01:00
17 lines
277 B
CSS
17 lines
277 B
CSS
|
.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;
|
||
|
}
|