Skip to content

Commit

Permalink
[front: editLogs] history button on the left. fix #456
Browse files Browse the repository at this point in the history
  • Loading branch information
t8g committed Sep 25, 2017
1 parent 87480de commit b9d21df
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion client/src/app/isari-editor/isari-editor.component.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,10 @@

.delete:hover {
background-color: #ccc;
}
}

md-card.history {
display: flex;
flex-direction: column;
align-items: flex-start;
}
2 changes: 1 addition & 1 deletion client/src/app/isari-editor/isari-editor.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

</md-card>

<md-card *ngIf="data?.opts.deletable && data.id" style="display: flex;flex-direction:column;align-items:flex-end;">
<md-card *ngIf="data?.opts.deletable && data.id" class="history">

<button (click)="history()" md-raised-button>
<md-icon>history</md-icon>
Expand Down

0 comments on commit b9d21df

Please sign in to comment.