Emoncms on iPhone

When I access charts on emoncms from my iPhone, the text layer (Average: 14C) floats above the navigation buttons, which means that the buttons cannot be accessed.

Can the text be aligned to the right side of the chart instead, so that it does not stop the operation of the buttons?

Paul Reed's picture

Re: Emoncms on iPhone

Any advice with this please.
I cannot locate the CSS which positions the text.

Paul

Robert Wall's picture

Re: Emoncms on iPhone

It's in-line.

Paul Reed's picture

Re: Emoncms on iPhone

Found it!

It's in the Modules/vis/visualisations/rawdata.php file, and by changing;

<h3 style="position:absolute; top:0px; left:310px;"><span id="stats"></span></h3>

to

<h3 style="position:absolute; top:0px; left:410px;"><span id="stats"></span></h3>

the text is clear of the navigation buttons.  I've updated git.

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.