I am using ajax with my view. When I click on a button in the pager, the ajax progress throbber appears. But it breaks my pager layout a bit. The button just shifts down by 5 px. I solved the issue by adding this line to my global.css:

.ajax-progress-throbber{
vertical-align: top;
}