From: Chuck Scott Date: Tue, 31 Oct 2017 15:45:12 +0000 (-0400) Subject: Changed max width for Associate Admin area from 1024px to 98% to accommodate larger... X-Git-Tag: v2.10.23^2~26^2~5 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=8281e45378a335e6056fa26a6926b28d306f07f2;p=WP-Plugins%2Fglm-member-db.git Changed max width for Associate Admin area from 1024px to 98% to accommodate larger screens. Added some front-end styles to better support appearance for some add-ons Removed a potentially problematic word fromt he EasyPassword word list. Fixed a minor error in a method description in Data Abstract docs. --- diff --git a/css/admin.css b/css/admin.css index bcd89959..4a9817f5 100644 --- a/css/admin.css +++ b/css/admin.css @@ -132,7 +132,7 @@ /* Admin Forms */ .glm-associate-admin-wrap { - max-width: 1024px; + max-width: 98%; } .glm-bad-input-area { background: #FFaBa9 !important; diff --git a/css/front.css b/css/front.css index b8546b88..7952a4ea 100644 --- a/css/front.css +++ b/css/front.css @@ -1006,6 +1006,9 @@ glm-member-detail-content-toggle { text-align: center; font-weight: bold; } +.glm-center{ + text-align: center; +} /*#glm-locationMap-container { margin-bottom: 0px; } diff --git a/lib/EasyPassword/EasyPassword.words b/lib/EasyPassword/EasyPassword.words index 0e07f042..a58937aa 100644 --- a/lib/EasyPassword/EasyPassword.words +++ b/lib/EasyPassword/EasyPassword.words @@ -1,5 +1,4 @@ able -ABLE about account acid @@ -193,7 +192,6 @@ direction dirty discovery discussion -disease disgust distance division diff --git a/lib/GlmDataAbstract/documentation.odt b/lib/GlmDataAbstract/documentation.odt index 3812a5e6..dabb4fab 100644 Binary files a/lib/GlmDataAbstract/documentation.odt and b/lib/GlmDataAbstract/documentation.odt differ