Skip to content

Commit

Permalink
fix codeclimate issues
Browse files Browse the repository at this point in the history
  • Loading branch information
dickschoeller committed May 26, 2018
1 parent 51c4432 commit 7186a72
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
[alwaysShowPaginator]="false">
<p-header><span>Source List</span>
<span class="bump-out">
<!-- FIXME THE ICON IS WRONG -->
<p-button (click)="openCreateSourceDialog()" icon="fa fa-fw fa-plus-circle" pTooltip="New source"
[styleClass]="'ui-button-success'"></p-button>
<app-new-source-dialog
Expand Down
2 changes: 1 addition & 1 deletion gedbrowserng-frontend/src/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,4 @@ div.ui-orderlist-controls {
.ui-float-label>textarea:focus~label, .ui-float-label>textarea.ui-state-filled~label, .ui-float-label>.ui-textareawrapper-focus~label, .ui-float-label>.ui-textareawrapper-filled~label {
top: -.75em;
font-size: 12px;
}
}

0 comments on commit 7186a72

Please sign in to comment.