Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Trivial
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.2.0
-
Fix Version/s: 4.3.0
-
Component/s: None
-
Labels:None
Description
from
http://drupal.demo.civicrm.org/sites/drupal.demo.civicrm.org/modules/civicrm/css/civicrm.css
line 2408 and down:
.icon
{ height:16px; width:16px; background:transparent url("../i/icons/jquery-ui-52534D.png") no-repeat top right; float:left; text-indent: -10000px; }span.icon
{ float:none; display:inline-block; }this interferes with the core drupal module 'toolbar',
messing up the drupal7 menu a bit.
css selectors here need to be more specific.
*-pike