From f0d4e7eb240f256b4f01cde4a1cd6f66f8f4347c Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 28 Aug 2018 16:05:38 +0200 Subject: [PATCH] Move abuse state column at the end --- .../video-abuse-list/video-abuse-list.component.html | 12 ++++++------ client/src/sass/primeng-custom.scss | 1 + 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/client/src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html b/client/src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html index 0d0f644dc..287ab3e46 100644 --- a/client/src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html +++ b/client/src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html @@ -5,10 +5,10 @@ - State Reporter Created Video + State @@ -21,11 +21,6 @@ - - - - - {{ createByString(videoAbuse.reporterAccount) }} @@ -40,6 +35,11 @@ + + + + + diff --git a/client/src/sass/primeng-custom.scss b/client/src/sass/primeng-custom.scss index 674aa649e..1ec5c7da2 100644 --- a/client/src/sass/primeng-custom.scss +++ b/client/src/sass/primeng-custom.scss @@ -84,6 +84,7 @@ p-table { color: #000; font-size: 11px; + top: 0; &.pi-sort-up { @extend .glyphicon-triangle-top; -- 2.41.0