fixed min-height of panel header and made org edit button selected on edit

This commit is contained in:
John Mitchell
2016-01-22 10:22:52 -05:00
parent e07c2643ee
commit 22e9ecdcfc
2 changed files with 2 additions and 1 deletions

View File

@@ -27,7 +27,7 @@
font-weight: bold; font-weight: bold;
white-space: nowrap; white-space: nowrap;
padding-bottom: 25px; padding-bottom: 25px;
min-height: 40px; min-height: 45px;
} }
.Form-title--is_superuser{ .Form-title--is_superuser{

View File

@@ -28,6 +28,7 @@
<div class="OrgCards-actionItems"> <div class="OrgCards-actionItems">
<button class="OrgCards-actionItem <button class="OrgCards-actionItem
List-actionButton" List-actionButton"
ng-class="{'List-editButton--selected': activeCard === card.id || card.isActiveCard }"
ng-click="editOrganization(card.id)"> ng-click="editOrganization(card.id)">
<i class="OrgCards-actionItemIcon fa fa-pencil"> <i class="OrgCards-actionItemIcon fa fa-pencil">
</i> </i>