From: Laury GvR Date: Mon, 8 Aug 2016 16:36:16 +0000 (-0400) Subject: Minor style change for the members only form. X-Git-Tag: v2.4.2^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=4a19cc5d6578acd5524a4efd5e31f791fe1b260a;p=WP-Plugins%2Fglm-member-db.git Minor style change for the members only form. --- diff --git a/css/front.css b/css/front.css index 66c0e14d..9ed55ab6 100644 --- a/css/front.css +++ b/css/front.css @@ -294,7 +294,7 @@ .glm-member-db-list-view .glm-member-list-sub-links { color: black; height: 50px; - padding: 15px; + padding: 0 15px 15px; width: 100%; } .glm-member-db-list-view .glm-member-list-sub-links > a { diff --git a/index.php b/index.php index 9d0118d0..be3a3119 100644 --- a/index.php +++ b/index.php @@ -3,7 +3,7 @@ * Plugin Name: GLM Members Database * Plugin URI: http://www.gaslightmedia.com/ * Description: Gaslight Media Members Database. - * Version: 2.4.1 + * Version: 2.4.2 * Author: Gaslight Media * Author URI: http://www.gaslightmedia.com/ * License: GPL2 @@ -38,7 +38,7 @@ * */ -define('GLM_MEMBERS_PLUGIN_VERSION', '2.4.1'); +define('GLM_MEMBERS_PLUGIN_VERSION', '2.4.2'); define('GLM_MEMBERS_PLUGIN_DB_VERSION', '1.1.13'); // Check if plugin version is not current in WordPress option and if needed updated it