Page 1 of 1

3.10.2 trends.htm and historic.htm button padding suggestion

Posted: Thu 04 Mar 2021 4:21 pm
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