.content-admin {
    position: relative;
    min-height: 30px;
}
.admin-tools {
    position: absolute;
    right: 0;
    top: 0;
    text-align: right;
    height: 30px;
}

.content-admin:hover .content-admin-edit {
    display: inline-block;
}
.content-admin-edit {
    display: none;
    width: 24px;
    height: 24px;
    background: #FFF url('//media.gadventures.com/media-server/static/content_pages/images/content-edit.png?2e72a35f0cf9') no-repeat left center;
    padding: 2px 5px;
    padding-left: 30px; 
    overflow: hidden;
    font-size: 0.9em;
    border-radius: 0.5em;
    border: 1px solid #D6D6D6;
    margin: 2px;
    line-height: 25px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}

.leadercontent {
    margin-top: 1em;
}
