Standardise css list padding
for pfsense-dropdown theme
for nervecenter theme
for metallic theme
for code-red theme
for _corporate
Merge pull request #1368 from phil-davis/patch-3
Typo CIDR in UPnP GUI page
As reported by johnpoz https://forum.pfsense.org/index.php?topic=84964.0
On Status->Services, the Services Status widget when a service status is down, the red "x" button does not line up with the green "running" button in the column.This is because listbg has:padding-right: 16px;But the normal listr has:...
Set text and color of Gateways Widget Status
getstats.php calls functions.inc.php get_stats(), which calls get_gatewaystats().get_gatewaystats() now returns the text for each field and an optional color separated by "/" - "text/color" e.g. "Online/#90EE90"...
Explicitly pass gateway status and color
This code was passing a whole load of html to attempt to set various properties of the Gateways Widget Status column so that it would display the new status (Online, Offline...) and in the appropriate color.Now that I am using class=listr, the css fro listr already specifies white. Setting bgcolor in HTML does not override that....
View revisions
Also available in: Atom