Skip to content

Instantly share code, notes, and snippets.

@vdchristelle
Created September 9, 2013 07:46
Show Gist options
  • Select an option

  • Save vdchristelle/6492593 to your computer and use it in GitHub Desktop.

Select an option

Save vdchristelle/6492593 to your computer and use it in GitHub Desktop.
Problem: drag and drop handle gets stripped from the CSS 1. go to the_aim_theme settings and remove stripping of system.base.css 2. add code below to your css
// first go to the_aim_theme settings and remove stripping of system.base.css
// second: add code below to your css
.draggable a.tabledrag-handle {
height: 0.7em;
margin-left: 0;
font-size: 2.5em;
padding-top: 8px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment