﻿.lemma {
    display:inline;
    position: relative;
    z-index:1;
}

.btn_lemma
{
    position:absolute;
    z-index:2;
    width: 15px;
    height: 15px;
    cursor: pointer;
    /*background: url("data:image/svg+xml;utf8, <svg xmlns='http://www.w3.org/2000/svg'> <polygon  points='0,0,0,15,15,0' fill='red' opacity='0.75' /></svg>") no-repeat;*/
    /*background: url("data:image/svg+xml;utf8, <svg xmlns='http://www.w3.org/2000/svg' width='10' height='10'><linearGradient id='gradient'><stop offset='10%' stop-color='%23F00'/><stop offset='90%' stop-color='%23fcc'/> </linearGradient><rect fill='url(%23gradient)' x='0' y='0' width='100%' height='100%'/></svg>");*/
    background:url('images/edit_lemma.png') no-repeat;
    /*background-color:#f00;*/
    margin-left:-15px;
    display:block;
}

.lemma_container {
    border: 0;
    position: relative;
    display:inline-block;
    z-index:1000;
}


.hidden{ display: none;}

.editable
{
    display:inline-block;
    border: 1px #ff0000 solid;
    padding:0px 2px 2px 15px;
    /*margin:0px 0 0 18px;*/
    
}


/* LEMMA MANAGER START */

#lemma_mng_entry {

}
#lemma_mng_lang{

}
#lemma_mng_trans{

}
#lemma_mng_modify{
    margin-top:50px;
}

#lemma_mng_modify input{
    width:300px;
}

/* LEMMA MANAGER END   */