In the css file I added #commentform in front of .quicktags-toolbar and then I added height: 22px; Now Jetpack works and the buttons align now. Thanks,
This is what It looks like
#commentform .quicktags-toolbar input {
margin: 2px 1px 4px;
height: 22px;
line-height: 18px;
display: inline-block;
min-width: 26px;
padding: 2px 4px;
font: 12px/18px Arial,Helvetica,sans-serif normal;
color: #464646;
border: 1px solid #c3c3c3;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
background-color: #eee;
background-image: -ms-linear-gradient(bottom,#e3e3e3,#fff);
background-image: -moz-linear-gradient(bottom,#e3e3e3,#fff);
background-image: -o-linear-gradient(bottom,#e3e3e3,#fff);
background-image: -webkit-linear-gradient(bottom,#e3e3e3,#fff);
background-image: linear-gradient(bottom,#e3e3e3,#fff)
}