Created
September 9, 2013 07:46
-
-
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
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
| // 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