$(function(){
  $(".editButtons input").each(function(){
    $(this).addClass("btn");
  });
});
