From e4a69512b9d2d6275ab2efea92808a918c5d5ccb Mon Sep 17 00:00:00 2001 From: Chuck Scott Date: Mon, 16 Sep 2019 11:44:40 -0400 Subject: [PATCH] Fixed Site Selection table and line breaking for buttons below that. --- defines.php | 2 +- views/adminServerStats.html | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/defines.php b/defines.php index f0e1148..adb7aa4 100755 --- a/defines.php +++ b/defines.php @@ -15,7 +15,7 @@ define('GLM_SERVERSTATS_DATABASE_USER', 'bandwidthRO'); define('GLM_SERVERSTATS_DATABASE_PASSWORD', ',Wv4W*~^bL_vF3F4PbGsS'); // PROVIDER ENABLED ADDRESSES - If base URL matches one of these, site is considered the "Provider" site. -define('GLM_SERVERSTATS_PROVIDER', 'www.gaslightmedia.com:192.168.44.83:localhost'); // Development System +define('GLM_SERVERSTATS_PROVIDER', 'www.gaslightmedia.com:192.168.44.82:localhost'); // Development System // Check if debug enabled if (GLM_SERVERSTATS_PLUGIN_DEBUG) { diff --git a/views/adminServerStats.html b/views/adminServerStats.html index 76207f1..9485cb9 100755 --- a/views/adminServerStats.html +++ b/views/adminServerStats.html @@ -4,7 +4,8 @@ /* Some styles are set in the print area to make them available in the print window */ .pickContainer { margin-top: 1rem; - width: 1050px; + width: 95%; + min-width: 70rem; } .pseudoPick { height: 150px; @@ -16,11 +17,9 @@ } .pseudoPickTitles { text-decoration: underline; - line-height: .8rem; } .pseudoPickOption { text-decoration: none; - line-height: .8rem; } .pseudoPickOption:hover { background-color: #0568B3 !important; @@ -158,12 +157,14 @@
Send Usage Report for Selected Site: - Send for selected site +
Send for selected site

Note that the "Send E-Mail" button above will send the E-Mail even if the global "Enable Sending Usage Reports" setting below is set to off. -- 2.17.1