Download & Extend

Views ajax throbber with pager

Project:Omega
Version:7.x-3.1
Component:User interface
Category:bug report
Priority:minor
Assigned:Unassigned
Status:active

Issue Summary

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;
}
nobody click here