Hello!
how can i make the "weiter" link in JS Registration more "public" ... a Button would be great, because many users cant find this link ...
can someone post a css override?
Thanks in advance ...
#bd_results #community-wrap div.cLayout.cProfile-UploadAvatar div.show-avatar a.saveButton {
text-transform: uppercase;
font: bold 11px/23px Arial, Helvetica, sans-serif;
margin: 0;
display: inline-block;
vertical-align: middle;
cursor: pointer;
line-height: 20px;
font-weight: bold;
text-decoration: none!important;
padding: 0 8px;
height: 23px;
min-height: 23px;
color: #fff !important;
background: transparent url('../images/style1/color_bg.png') no-repeat 0 0 !important;
}
#bd_results #community-wrap div.cLayout.cProfile-UploadAvatar div.show-avatar a.saveButton:hover
{color: #fff !important;
background: transparent url('../images/dark_bg.png') no-repeat 0 0 !important;
}