なんらかの理由で、これらのボタンを jQuery で追加すると (Ajax 挿入機能のため)、サーバー上で PHP 経由で読み込まれたときに奇妙に見えますか?
http://tomsfil.es/63221c41.png http://tomsfil.es/63221c41.png
この動作の理由は何ですか
それを挿入するjQueryは次のとおりです。
var actions = '<td><a href="#" class="small awesome black editButton" id="'+id+'">Edit</a><a href="/appointments/new/'+id+'/" class="small awesome black">Schedule</a><a href="#" class="small awesome red deleteButton" id="'+id+'">Delete</a></td>';
$('.clients tr.headerRow').after("<tr>"+check+"<td>#"+id+"</td>"+name+address+homephone+actions+"</tr>");