/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : May 28, 2017, 12:52:48 AM
    Author     : sophal
*/

  .image-wrapper {
    margin-left: 3px;
    margin-right: 3px;
}

 .image-wrapper {
    float:left;
    position: relative;
}
.image-wrapper button {
    display:inline-block;
    min-width: 50px;
    width: 80px;
    padding:5px 10px;
    font-size: 9px;
}
.image-wrapper button.btn_update {
    position: absolute;
    top:2px;
    right:2px;
    z-index: 100;
}

.image-wrapper button.btn_delete {
    position: absolute;
    top:24px;
    right:2px;
    z-index: 100;
}


