Member detail packaging; descriptions more cohesive part of whole
authorLaury GvR <laury@gaslightmedia.com>
Tue, 16 Jan 2018 21:50:30 +0000 (16:50 -0500)
committerLaury GvR <laury@gaslightmedia.com>
Tue, 16 Jan 2018 21:50:30 +0000 (16:50 -0500)
Package descriptions were floating below the package containers,
and visually seemed to be different from the package or associated
with the package below it. A background colour was added and a
"overflow: hidden" style applied to the package parent which has
somehow fixed it (just like on the member list).

css/front.css
index.php

index 42e61cc..789e5a1 100644 (file)
@@ -48,8 +48,10 @@ div.member div.address {
     border: 1px solid #e1e1e1;
     border-radius: 4px;
     margin-bottom: 10px;
+    background: whitesmoke;
     /* max-height: 240px; */
-    /* overflow: hidden; */
+    overflow: hidden; 
+    padding: 5px;
 }
 #glm-member-detail-packages-container .glm-member-db-package-info {
     padding: 10px;
index 8a23fdf..e79411d 100644 (file)
--- a/index.php
+++ b/index.php
@@ -3,7 +3,7 @@
  * Plugin Name: GLM Members Database Packaging
  * Plugin URI: http://www.gaslightmedia.com/
  * Description: Gaslight Media Members Database.
- * Version: 1.2.16
+ * Version: 1.2.17
  * Author: Gaslight Media
  * Author URI: http://www.gaslightmedia.com/
  * License: GPL2
@@ -19,7 +19,7 @@
  * @package glmMembersDatabasePackagingAddOn
  * @author Chuck Scott <cscott@gaslightmedia.com>
  * @license http://www.gaslightmedia.com Gaslightmedia
- * @version 1.2.16
+ * @version 1.2.17
  */
 
 // Check that we're being called by WordPress.
@@ -43,7 +43,7 @@ if (!defined('ABSPATH')) {
  *  so that we're sure the other add-ons see an up to date
  *  version from this plugin.
  */
-define('GLM_MEMBERS_PACKAGING_PLUGIN_VERSION', '1.2.16');
+define('GLM_MEMBERS_PACKAGING_PLUGIN_VERSION', '1.2.17');
 define('GLM_MEMBERS_PACKAGING_PLUGIN_DB_VERSION', '1.1.6');
 
 // This is the minimum version of the GLM Members DB plugin require for this plugin.