Welcome to the Cumulus Support forum.

Latest Cumulus MX V3 release 3.28.5 (build 3282) - 23 February 2024

Cumulus MX V4 beta test release 4.0.0 (build 4017) - 17 March 2024

Legacy Cumulus 1 release v1.9.4 (build 1099) - 28 November 2014 (a patch is available for 1.9.4 build 1099 that extends the date range of drop-down menus to 2030)

Download the Software (Cumulus MX / Cumulus 1 and other related items) from the Wiki

3.10.2 trends.htm and historic.htm button padding suggestion

From build 3044 the development baton passed to Mark Crossley. Mark has been responsible for all the Builds since. He has made the code available on GitHub. It is Mark's hope that others will join in this development, but at the very least he welcomes your ideas for future developments (see Cumulus MX Development suggestions).

Moderator: mcrossley

Post Reply
mlucas
Posts: 10
Joined: Tue 24 Jun 2014 10:41 pm
Weather Station: Davis Vantage Pro 2
Operating System: Windows 10 Pro
Location: Ravenna

3.10.2 trends.htm and historic.htm button padding suggestion

Post by mlucas »

Hello All,

The webfiles templates trends.htm and historic.htm could use a right margin to be added so the buttons have space between them.

When viewing the ftp uploaded pages in MS Edge, the buttons at the bottom of the page are touching.

To fix this, I added margin-right: 5px; to the .mx-button style on both pages.

Original:
.mx-button {
margin-bottom: 5px;
border-radius: 4px;
}

Becomes:
.mx-button {
margin-bottom: 5px;
margin-right: 5px;
border-radius: 4px;
}

Thank you,
Michael
Post Reply