Changed application name, fixed placeholder css for certain browsers.
authorChuck Scott <cscott@gaslightmedia.com>
Thu, 2 Jun 2016 20:07:50 +0000 (16:07 -0400)
committerChuck Scott <cscott@gaslightmedia.com>
Thu, 2 Jun 2016 20:07:50 +0000 (16:07 -0400)
css/admin.css
defines.php

index 3682d56..3dd28c1 100644 (file)
@@ -340,16 +340,34 @@ input[type=submit], input[type=file] {
 }
 .showLists, .showDetails{
     margin:0;
-
     float:left;
-
     width:50%; 
 }
-
 #showDetail > label, #showList > label{  
     margin:0;
-
     float:left;
-
     width:50%;
 }
+
+
+/* Placeholder fixes for certain browsers */
+::-webkit-input-placeholder { /* Chrome, Safari, Opera */
+    color: #888;
+    font-weight: 400;
+}
+::-moz-placeholder {  /* Firefox */
+    color: #888;
+    font-weight: 400;
+}
+:-ms-input-placeholder { /* IE10–11 */
+    color: #888 !important;
+    font-weight: 400 !important;
+}
+::-ms-input-placeholder { /* Edge */
+    color: #888;
+    font-weight: 400;
+}
+::placeholder { /* CSS Working Draft */
+    color: #888;
+    font-weight: 400;
+}
\ No newline at end of file
index 0b9f7a3..8b9b4d3 100644 (file)
@@ -7,8 +7,8 @@
 
 // NOTE: Plugin & Database versions are defined in "/glm-member-db.php".
 
-define('GLM_MEMBERS_PLUGIN_NAME', 'Gaslight Media Membership Management System');
-define('GLM_MEMBERS_PLUGIN_SHORT_NAME', 'GLM Member DB');
+define('GLM_MEMBERS_PLUGIN_NAME', 'GLM Associate - Membership Management System');
+define('GLM_MEMBERS_PLUGIN_SHORT_NAME', 'GLM Associate');
 define('GLM_MEMBERS_PLUGIN_SLUG', 'glm-member-db');
 define('GLM_MEMBERS_PLUGIN_UNDERSCORED_NAME', 'glm_member_db');