From b9d21dfebb832bde8b95cb285611abe22bbf279b Mon Sep 17 00:00:00 2001 From: t8g Date: Mon, 25 Sep 2017 10:17:56 +0200 Subject: [PATCH] [front: editLogs] history button on the left. fix #456 --- client/src/app/isari-editor/isari-editor.component.css | 8 +++++++- client/src/app/isari-editor/isari-editor.component.html | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/client/src/app/isari-editor/isari-editor.component.css b/client/src/app/isari-editor/isari-editor.component.css index 0d2a774e..7068036e 100644 --- a/client/src/app/isari-editor/isari-editor.component.css +++ b/client/src/app/isari-editor/isari-editor.component.css @@ -10,4 +10,10 @@ .delete:hover { background-color: #ccc; -} \ No newline at end of file +} + +md-card.history { + display: flex; + flex-direction: column; + align-items: flex-start; +} diff --git a/client/src/app/isari-editor/isari-editor.component.html b/client/src/app/isari-editor/isari-editor.component.html index a0c00350..bbcf8f4c 100644 --- a/client/src/app/isari-editor/isari-editor.component.html +++ b/client/src/app/isari-editor/isari-editor.component.html @@ -41,7 +41,7 @@ - +