CiviCRM 3.1.1 was just released, it includes a .icon class (line 1951 civicrm.css) that partly overrides the settings for the Admin sidebar and top toolbar.

.icon { 
	height:16px;
	width:16px;
	background:transparent url("../packages/jquery/themes/smoothness/images/ui-icons_888888_256x240.png") no-repeat top right;
	float:left;
	}

The float, width and height override admin menu CSS. The area of the icons.png image shown is the top left of the question mark icon. I have attached a screenshot.

Labelled as a bug, as unsure what else to label it. Will cross post this in the CiviCRM forums.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

avolve’s picture

attaching screenhost