Posted by Sinan Erdem on December 13, 2012 at 2:03pm
1 follower
| 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;
}