.button.loading:before {
    content: url('loading-icon-20px.gif');
    width: 20px;
    height: 20px;
    padding-top: 10px;
    position: relative;
    top: 5px;
    padding-right: 5px;
}