diff --git a/script.js b/script.js index 13359d5..674729d 100644 --- a/script.js +++ b/script.js @@ -13,7 +13,7 @@ $(".next").click(function(){ //activate next step on progressbar using the index of next_fs $("#progressbar li").eq($("fieldset").index(next_fs)).addClass("active"); - //show the next fieldset + //the next field set is shown next_fs.show(); //hide the current fieldset with style current_fs.animate({opacity: 0}, { diff --git a/style.css b/style.css index 90d21be..32dcb8d 100644 --- a/style.css +++ b/style.css @@ -27,7 +27,7 @@ body { background: white; border: 0 none; border-radius: 3px; - box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4); + box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.4); padding: 20px 30px; box-sizing: border-box; width: 80%; @@ -44,7 +44,7 @@ body { #msform input, #msform textarea { padding: 15px; border: 1px solid #ccc; - border-radius: 3px; + border-radius: 4px; margin-bottom: 10px; width: 100%; box-sizing: border-box;