Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
back/next on sendtabs
  • Loading branch information
mariez committed Apr 9, 2016
1 parent 4edd825 commit e6f1184
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/phpList3ToBootstrap.js
Expand Up @@ -116,7 +116,7 @@ var myfunction = function() {
$('a.helpdialog').html('<span class="glyphicon glyphicon-question-sign text-warning" />');
$('#prev.prevtab').replaceWith('<span class="pull-left prevtab btn btn-xs btn-danger glyphicon glyphicon-chevron-left" id="#prev" />');
$('#next.nexttab').replaceWith('<span class="pull-right nexttab btn btn-xs btn-danger glyphicon glyphicon-chevron-right" id="#next" />');
$('.step-nav').first().addClass('text-right');
$('.step-nav').first().addClass('pull-right').css('margin-top','-40px');
$('.step-nav .back').html('<span class="glyphicon glyphicon-hand-left" />');
$('.step-nav .next').html('<span class="glyphicon glyphicon-hand-right" />');

Expand Down

0 comments on commit e6f1184

Please sign in to comment.