openstackweb/registration/css/registration.page.css
2014-10-31 16:21:41 -03:00

23 lines
394 B
CSS

label.error, .recaptcha .message.validation
{
border: 1px solid #aaa;
background: #aa2222;
color: #fff;
padding: 5px;
margin: 0;
width: 100%;
-webkit-border-radius: 05px;
-moz-border-radius: 05px;
border-radius: 05px;
}
#Form_RegistrationForm input{
}
input.error{
border: 1px solid #aa2222;
}
.field.recaptcha{
margin-top: 10px;
float:left;
}