CRM-14798 - add class to lock icon to keep it on same line as form field.
authorDave Greenberg <dave@civicrm.org>
Thu, 26 Jun 2014 22:20:43 +0000 (15:20 -0700)
committerDave Greenberg <dave@civicrm.org>
Thu, 26 Jun 2014 22:20:43 +0000 (15:20 -0700)
----------------------------------------
* CRM-14798:
  https://issues.civicrm.org/jira/browse/CRM-14798

partials/crmCaseType/caseTypeDetails.html

index c6c6dfc045e97f89a163dbcd29c33213ab0c6a78..5e77abc0331aaa02d6a615abd527488b04fb1fb6 100644 (file)
@@ -16,7 +16,7 @@ The original form used table layout; don't know if we have an alternative, CSS-b
     <td class="label">Name</td>
     <td>
       <input type="text" ng-model="caseType.name" ng-disabled="locks.caseTypeName" class="big crm-form-text"/>
-      <a crm-ui-lock binding="locks.caseTypeName"></a>
+      <a crm-ui-lock binding="locks.caseTypeName" class="crm-hover-button"></a>
     </td>
   </tr>
   <tr>