In the admin area some black arrows show up along with Garland theme arrows.

grvgl - April 30, 2007 - 01:26
Project:Garland BIDI
Version:5.x-1.x-dev
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:active
Description

In the admin pages black arrows show up with the garland arrows in the CiviCRM Menu block. Please refer to the snapshot.

I removed below code from drupal/modules/system/system.css. That stopped showing black arrows but the menu items still remained shifted to the right. I think modying system.css for a particular theme will not be a good idea though.

li.expanded {
list-style-type: circle;
list-style-image: url(../../misc/menu-expanded.png);
padding: 0.2em 0.5em 0 0;
margin: 0;
}
li.collapsed {
list-style-type: disc;
list-style-image: url(../../misc/menu-collapsed.png);
padding: 0.2em 0.5em 0 0;
margin: 0;
}
li.leaf {
list-style-type: square;
list-style-image: url(../../misc/menu-leaf.png);
padding: 0.2em 0.5em 0 0;
margin: 0;
}

AttachmentSize
drupal_theme_conflict.jpg34.47 KB
 
 

Drupal is a registered trademark of Dries Buytaert.