From e6f118407a350c107275a10c9afa05289e071f50 Mon Sep 17 00:00:00 2001 From: mariez Date: Fri, 8 Apr 2016 23:01:33 -0300 Subject: [PATCH] back/next on sendtabs --- js/phpList3ToBootstrap.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/phpList3ToBootstrap.js b/js/phpList3ToBootstrap.js index bd580b5..e0084e2 100644 --- a/js/phpList3ToBootstrap.js +++ b/js/phpList3ToBootstrap.js @@ -116,7 +116,7 @@ var myfunction = function() { $('a.helpdialog').html(''); $('#prev.prevtab').replaceWith(''); $('#next.nexttab').replaceWith(''); - $('.step-nav').first().addClass('text-right'); + $('.step-nav').first().addClass('pull-right').css('margin-top','-40px'); $('.step-nav .back').html(''); $('.step-nav .next').html('');