Это же ссылка, нэ?)
<style>
.spacer{
height: 10px;
line-height: 20px;
border-bottom: 2px dotted #9f3;
display: block;
margin-right: 150px;
text-decoration: none;
}
.spacer:after{
content: "детально >>";
background:#ddd;
color:#fff;
border-radius:10px;
display: block;
float: right;
text-align:center;
width: 130px;
margin-right: -150px;
}
.spacer:hover:after{
background:#9f3;
}
</style>
<a class="spacer" href="#"></a>