Visual improvements to homepage captcha

This commit is contained in:
Victoria Wang 2015-04-05 15:46:29 -07:00
parent e44e4ffcb7
commit 0e4adcdeb4

View file

@ -214,6 +214,13 @@
background-color: #971D31;
}
}
#captcha-input {
width: 182px;
overflow: hidden;
height: 76px;
border-radius: 9px;
opacity: .9;
}
.btn-Action{
padding:10px 25px;
margin-top: 2em;