From dcfce506b036804f672122bf5b90516209766b1d Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Tue, 16 Jan 2018 16:50:30 -0500 Subject: [PATCH] Member detail packaging; descriptions more cohesive part of whole 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 | 4 +++- index.php | 6 +++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/css/front.css b/css/front.css index 42e61cc..789e5a1 100644 --- a/css/front.css +++ b/css/front.css @@ -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; diff --git a/index.php b/index.php index 8a23fdf..e79411d 100644 --- 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 * @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. -- 2.17.1