Active
Project:
Omega
Version:
7.x-3.1
Component:
User interface
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Dec 2012 at 14:03 UTC
Updated:
13 Dec 2012 at 14:03 UTC
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;
}