I'm not sure if this is done on purpose, but the Rubik theme excludes all core module CSS files. Specifically when viewing /admin/user/profile/, the following table row is visible even though fields exist for the category:

<tr class="category-0-message category-message category-populated even"><td colspan="7"><em>No fields in this category. If this category remains empty when saved, it will be removed.</em></td></tr>

It appears we are missing the following CSS from the profile.css file:

#profile-fields tr.category-populated {
    display: none;
}
#profile-fields tr.category-message {
    color: #999999;
}

Cheers,

Antoine

Comments

aramboyajyan’s picture

Issue summary: View changes
Status: Active » Closed (won't fix)

All old and outdated 6.x issues are being closed.
Maintainer support will be provided only for major / blocking issues.

If you feel like this issue should be re-opened, feel free to do so.

Thanks!