Skip to content

Instantly share code, notes, and snippets.

@cloudxero
Created May 11, 2012 18:52
Show Gist options
  • Save cloudxero/2661669 to your computer and use it in GitHub Desktop.
Save cloudxero/2661669 to your computer and use it in GitHub Desktop.
Move VDP Armadillo Columns
// Move VDP Armadillo Columns
if (jQuery('#dealertrend-inventory-api #armadillo-detail').length){
jQuery('#armadillo-detail').append(jQuery('.armadillo-column-middle'));
jQuery('#armadillo-detail').append(jQuery('.armadillo-column-left'));
jQuery('#armadillo-detail').append(jQuery('.armadillo-disclaimer'));
jQuery('.armadillo-column-left').attr('style','width:202px !important');
jQuery('.armadillo-column-right').css({'margin-right': '18px'});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment