.fieldEditLink,.templateEditLink{
    margin-top: 1em;
}
.fieldEditLink a,.templateEditLink a{
    float: right;
    font-size: 0.9em;
    line-height: 1em;
    position: relative;
}
.fieldEditLink a:hover,.templateEditLink a:hover{
    background: none;
    color: inherit;
}

.fieldEditLink i,.templateEditLink i{
    -moz-opacity: 0.5;
    -webkit-opacity: 0.5;
    -o-opacity: 0.5;
    filter: alpha(opacity = 50);
    opacity: 0.5;
}
