mirror of
https://github.com/ansible/awx.git
synced 2026-03-06 03:01:06 -03:30
fixed min-height of panel header and made org edit button selected on edit
This commit is contained in:
@@ -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{
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user