From: Anthony Talarico Date: Tue, 10 May 2016 12:39:29 +0000 (-0400) Subject: added classes to the checkbox label for styling X-Git-Tag: v2.0.0^2~21^2~8 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=d8e127e9671c24f6455155b6c047ac14a738724e;p=WP-Plugins%2Fglm-member-db.git added classes to the checkbox label for styling --- diff --git a/controllers/admin.php b/controllers/admin.php index 48b433ea..90bea237 100644 --- a/controllers/admin.php +++ b/controllers/admin.php @@ -726,7 +726,7 @@ class glmMembersAdmin extends GlmPluginSupport echo ''; foreach($listAttr as $key=>$value){ if($value != ''){ - echo ''; + echo ''; } } echo ''; @@ -737,7 +737,7 @@ class glmMembersAdmin extends GlmPluginSupport echo ''; foreach($detailAttr as $key=>$value){ if($value != ''){ - echo ''; + echo ''; } } echo ''; diff --git a/css/admin.css b/css/admin.css index ae19bb70..f4ce7039 100644 --- a/css/admin.css +++ b/css/admin.css @@ -333,18 +333,21 @@ td.glm-nowrap { input[type=submit], input[type=file] { cursor: pointer; } -#showDetail label , #showList label { - display: block; - padding-left: 15px; - text-indent: -15px; -} -.listBox, .detailBox { - width: 13px; - height: 13px; - padding: 0; - margin:0; - vertical-align: bottom; - position: relative; - top: -1px; - overflow: hidden; +.showLists, .showDetails{ + width:20px; + + position:relative; + left: 200px; + + vertical-align:middle; +} + +.checkDetails, .checkList{ + width:200px; + color: red; + position:relative; + left: -20px; + + display:inline-block; + vertical-align:middle; }