Created
May 11, 2012 18:52
-
-
Save cloudxero/2661669 to your computer and use it in GitHub Desktop.
Move VDP Armadillo Columns
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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