diff --git a/module/my/css/managecontacts.css b/module/my/css/managecontacts.css index 10e4915036..ba39800635 100644 --- a/module/my/css/managecontacts.css +++ b/module/my/css/managecontacts.css @@ -1 +1,3 @@ +body.body-modal {padding-bottom: 20px; min-height: 400px} + .list-group-item.active {color: #1A4F85} diff --git a/module/my/view/buildcontactlists.html.php b/module/my/view/buildcontactlists.html.php index f6982451c1..838bc04fac 100644 --- a/module/my/view/buildcontactlists.html.php +++ b/module/my/view/buildcontactlists.html.php @@ -18,7 +18,7 @@ if($contactLists) else { echo ''; - echo ''; + echo '"; echo ''; echo ''; } diff --git a/module/my/view/managecontacts.html.php b/module/my/view/managecontacts.html.php index 79ba3f8d71..64a220cd8d 100644 --- a/module/my/view/managecontacts.html.php +++ b/module/my/view/managecontacts.html.php @@ -13,22 +13,20 @@
-
-
-
    - $listName) - { - $listClass = ($id == $listID) ? 'list-group-item active' : 'list-group-item'; - echo html::a(inlink('managecontacts', "listID=$id&mode=edit"), $listName, '', "class='{$listClass}'"); - } - echo html::a(inlink('managecontacts', "listID=0&mode=new"), $lang->user->contacts->createList, '', "class='list-group-item'"); - ?> -
-
+
+
    + $listName) + { + $listClass = ($id == $listID) ? 'list-group-item active' : 'list-group-item'; + echo html::a(inlink('managecontacts', "listID=$id&mode=edit"), $listName, '', "class='{$listClass}'"); + } + ?> +
+ ' . $lang->user->contacts->createList, '', "class='btn btn-block'"); ?>
- +