/*
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 : Apr 25, 2014, 5:28:31 PM
    Author     : stevenlizarazo
*/


.editable-image{
   
      background-image:url('../images/pencil.png')  ;
      background-size: 16px 16px;
      background-repeat: no-repeat;
      background-position: right;
      padding-right: 16px;
   z-index:1;
   opacity: 0.4;
   
   
    
}