From 8ebd7cedadfd8299d68831eb8178b4f6f7b3ec8e Mon Sep 17 00:00:00 2001 From: Nabil Adouani Date: Tue, 23 May 2017 14:40:00 +0200 Subject: [PATCH 01/68] #218 Add description to alert preview modal --- ui/app/styles/case.css | 3 +- ui/app/views/partials/alert/event.dialog.html | 66 ++++++++++--------- 2 files changed, 38 insertions(+), 31 deletions(-) diff --git a/ui/app/styles/case.css b/ui/app/styles/case.css index bc3f7e1133..b109b7b793 100644 --- a/ui/app/styles/case.css +++ b/ui/app/styles/case.css @@ -70,7 +70,8 @@ table.case-list .case-tags { font-size: 12px !important; } -table.case-list .case-tags .label { +table.case-list .case-tags .label, +.case-tags .label { font-size: inherit !important; font-weight: normal; } diff --git a/ui/app/views/partials/alert/event.dialog.html b/ui/app/views/partials/alert/event.dialog.html index 5580f98304..04584c0a5b 100644 --- a/ui/app/views/partials/alert/event.dialog.html +++ b/ui/app/views/partials/alert/event.dialog.html @@ -1,5 +1,5 @@