Dashboard width in Mozilla Firefox 3.6

Hi!

The Piwik Dashboard behaviour in Mozilla Firefox 3.6 differs from that in IE: it takes the whole width of the display with IE, while with Firefox 3.6 it gets much smaller straight after loading
Is this Firefox 3.6 issue or it is possible co configure?

Thanks in advance!

can you please post a screenshot? do you see it in the demo.piwik.org also?

Hi Matt!

Here is a screenshot.
Strange enough, but with demo examples there’s no such a problem. I’m confused a little bit …

can you please email me, link to this forum + piwik URL + login + pwd at matt attt piwik.org

I solved it for me by commenting the following 3 lines in themes/default/simple_structure.css:

#content {
background: #fff;
color: #000;
font-family: Arial, Georgia, “Times New Roman”, Times, serif;
/** padding: 1em 2em; /
/
width:780px; **/

margin:auto;
/** margin-top: 30px; **/
-moz-border-radius: 12px;
-webkit-border-radius: 12px;

Now the dashboard and it’s components are displayed correctly in Mozilla Firefox 3.6.

Thanks for report & patch. I have created a bug at: Piwik CSS bug in dashboard when a widget returns an error · Issue #2579 · matomo-org/matomo · GitHub