Closed (fixed)
Project:
Drupal Commons
Version:
7.x-3.x-dev
Component:
Groups
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
24 Jul 2013 at 11:07 UTC
Updated:
4 Jan 2014 at 03:57 UTC
Jump to comment: Most recent, Most recent file

Comments
Comment #1
ezra-g commentedAdding to the 3.4 radar for triage.
Comment #2
devin carlson commentedI was able to duplicate and solve this using the instructions in the original post (thanks!).
A patch to use the machine name of the content type in the view and update function to revert it.
Searching through the common_* modules and origin theme, I didn't find any CSS that needed adapting; all of the selectors were already targeting the type-* classes.
Comment #3
slowflyer commentedSeems that css has changed with 3.3
The widget is now used with:
.row-type-event:before {
background: url("../images/icons-s0eb3728c55.png") no-repeat scroll 0 -821px transparent;
display: inline-block;
height: 12px;
margin-right: 3px;
position: relative;
top: 1px;
width: 12px;
}
instead of
.type-Event or .type-event it was used before.
Therefore 3.3 works with no changes.
Comment #4
devin carlson commentedRetested and committed #2 to Commons 7.x-3.x.
http://drupalcode.org/project/commons.git/commit/dd438d5
No additional CSS changes are necessary per #3.
Comment #5
devin carlson commentedMarked #2012486: Views classes in multilingual site (i18n) as a duplicate.