From: Chuck Scott Date: Mon, 16 Sep 2019 15:44:40 +0000 (-0400) Subject: Fixed Site Selection table and line breaking for buttons below that. X-Git-Tag: v4.1.0^2~7 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=e4a69512b9d2d6275ab2efea92808a918c5d5ccb;p=WP-Plugins%2Fglm-serverstats.git Fixed Site Selection table and line breaking for buttons below that. --- 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.