Template:Editbox/styles.css
.infektiopedia-editbox{
float: right;
font-size: 0.7em !important;
line-height: 1.5em;
padding: 10px;
position: relative;
top: -4.85em;
clear:right;
z-index: 11;
}
.hide {
display: none;
}
.infektiopedia-editbox .icon-pencil {
float:right;
clear: right;
color: #999999;
}
.infektiopedia-editbox > i {
font-size: 1.5em;
}
.infektiopedia-editbox:hover {
background: #d9d9d9;
}
.infektiopedia-editbox:hover .hide {
display: inline !important;
}