CSS Problems with sitestats inlined

Description

Problems with css in sitetstats reports. See screenshots.

Go to Statistics > Reports > Add

Attachments

3

is related to

relates to

Activity

Show:

Derek Ramsey April 21, 2015 at 1:03 PM

Verified CSS looks correct now in Statistics->Reports->Add

Verified on qa01 while testing Sakai 11QA

Mark Reilly November 21, 2014 at 1:59 PM

This will be fixed in Morpheus. I have started to implement the namespacing conventions outlined in this document: https://github.com/alienresident/sakai-portal-assets/blob/master/documentation/MORPHEUS-Naming-Conventions.md
The template files are complete but the sass needs to be updated so it hasn't been committed to trunk yet.

The namespacing should take care of the issue for Morpheus.
Thanks,
Mark

Juanjo Meroño November 20, 2014 at 7:55 AM

Using something like "portal-tool-container" as id for root div container solves this issue (and maybe others), but it will be better use a different name/class for this root div on each tool to allow add specific css for a tool. Something like "portal-announcement-container" or "portal-tool-container" class="announcement".

Juanjo Meroño November 19, 2014 at 6:07 AM

This is because div id="container" is present and styled in SiteStats. The best way to avoid these kind of collisions is use a different id for portal tool container in neoskin or morpheus templates, something like "portal-tool-container". If you change the id for the global div container (using browser developer tools) everything works !!

Fixed

Details

Priority

Affects versions

Fix versions

Components

Assignee

Reporter

Labels

Created November 17, 2014 at 12:32 PM
Updated April 21, 2015 at 1:03 PM
Resolved January 27, 2015 at 6:11 AM