Drupal Views Ajax Pager Styling Guide -


i using ajax pager views multiple rows, pager looks nasty , whenever navigation button clicked loading animation jumps right hand side of block.

is there guide anywhere outlines how style elements of pager , how change animation?

since using firebug, select of pager links in , either add views-throbbing if <a> element has class -or- right click on element , add new attribute: class = "views-throbbing"

views-throbbing in firebug

this have on , see why element jumps, without view doing anything.

i suspect rogue float somewhere in stylesheet.


Comments

Popular posts from this blog

jQuery clickable div with working mailto link inside -

java - Getting corefrences with Standard corenlp package -

WPF: binding viewmodel property of type DateTime to Calendar inside ItemsControl -