acha-framework
Version:
is a modular framework on both client (angular.js) and server (node.js) side, it provides security, orm, ioc, obfuscation and ...
30 lines (29 loc) • 452 B
text/less
.af-captcha{
border: 1px solid #ccc;
width: 190px;
height: 40px;
input{
text-align: center;
padding: 0 6px;
border: none;
float: right;
height: 100%;
width: 64px;
font-size: 18px;
}
img{
float: right;
}
button{
background: none;
border: none;
border-right: 1px solid #ccc;
float: left;
height: 100%;
padding: 6px 13px;
i{
position: relative;
top: 3px;
}
}
}