Another bug related to timeplot. It seems like there's some unexpected CSS
overriding that cause some of the layout and overlaps noted in the framing
around the timeplot in
http://nielsmayer.com/mjspecial-bars-vs-tempo-in-timeplot.png and
http://nielsmayer.com/mjspecial-tonic-key-segmenter-in-timeplot.png

http://api.simile-widgets.org/timeplot/1.1/timeplot-bundle.css has the
following:

.timeplot-container {
    overflow: hidden;
    position: relative;
    height: 200px;
    border: 1px solid #ccc;
    padding: 12px 14px;
}

Which for some reason, is overridden by
http://trunk.simile-widgets.org/exhibit/api/exhibit-bundle.css

.exhibit-ui-protection div {
    margin:0;
    padding:0;
}

As workaround, I added a specific override to the override:

#timeindex-viewpanel .timeplot-container {
 padding: 12px 14px; /* override
http://trunk.simile-widgets.org/exhibit/api/exhibit-bundle.css
                        conflict setting ".exhibit-ui-protection div {
margin:0; padding:0; }"
                        back to original value from

http://api.simile-widgets.org/timeplot/1.1/timeplot-bundle.css */
}

After JS code overrides from previous message, and this CSS override,  now
things look like this:
http://nielsmayer.com/mjspecial-bugfixed-timeplot.png

Niels
http://nielsmayer.com

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"SIMILE Widgets" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/simile-widgets?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to