Skip to content

Commit

Permalink
Merge pull request #325 from compucorp/master
Browse files Browse the repository at this point in the history
Release CiviHR work
  • Loading branch information
AkA84 authored Oct 9, 2018
2 parents 9d221cc + 2a4f9c8 commit 82d875b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
4 changes: 4 additions & 0 deletions css/custom-civicrm.css

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions js/contact-summary.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,8 @@
*/
function moveUserPictureNextToContactTitle () {
var header = document.querySelector('.crm-summary-contactname-block');
var block = document.querySelector('.crm-summary-block');

header.insertBefore(picWrapper, block);
header.insertBefore(picWrapper, header.firstElementChild);
}

/**
Expand Down
4 changes: 0 additions & 4 deletions scss/civicrm/contact/_tabs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,6 @@
content: '\f0b1';
}

&[title='Appraisals']::before {
content: '\f200';
}

&[title='Assignments']::before {
content: '\f0f2';
}
Expand Down

0 comments on commit 82d875b

Please sign in to comment.