Created
September 6, 2013 07:08
-
-
Save batandwa/6460473 to your computer and use it in GitHub Desktop.
Drupal 7 Panels fix for contextual/admin links position
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
| div.panel-pane div.admin-links { | |
| font-size: 100%; | |
| position:relative; | |
| width:100%; | |
| } | |
| div.panel-pane div.admin-links li { | |
| padding-bottom: 0; | |
| } | |
| div.panel-pane div.admin-links a:before { | |
| content: ""; | |
| } | |
| div.panel-pane div.admin-links a:after { | |
| content: ""; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment