Minor style change for the members only form.
authorLaury GvR <laury@gaslightmedia.com>
Mon, 8 Aug 2016 16:36:16 +0000 (12:36 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Mon, 8 Aug 2016 16:36:16 +0000 (12:36 -0400)
css/front.css
index.php

index 66c0e14..9ed55ab 100644 (file)
 .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 {
index 9d0118d..be3a311 100644 (file)
--- 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