projects
/
WP-Plugins
/
glm-member-db.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ff757cd
)
Minor style change for the members only form.
author
Laury GvR
<laury@gaslightmedia.com>
Mon, 8 Aug 2016 16:36:16 +0000
(12:36 -0400)
committer
Laury GvR
<laury@gaslightmedia.com>
Mon, 8 Aug 2016 16:36:16 +0000
(12:36 -0400)
css/front.css
patch
|
blob
|
history
index.php
patch
|
blob
|
history
diff --git
a/css/front.css
b/css/front.css
index
66c0e14
..
9ed55ab
100644
(file)
--- 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
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