From d13e1b23df2d8d4702dc90c87b6b60458dc559de Mon Sep 17 00:00:00 2001 From: WrinklyNinja Date: Tue, 20 May 2014 23:41:43 +0100 Subject: [PATCH] Fixed huge bin icons in message editor rows. --- resources/report/css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/report/css/style.css b/resources/report/css/style.css index 85c4855c..5a2a267f 100644 --- a/resources/report/css/style.css +++ b/resources/report/css/style.css @@ -383,10 +383,10 @@ li.warn{ border-bottom: 1px black solid; } -.message { +.dialog.message { width: 40em; } -.message span:first-child { +.dialog.message span:first-child { font-size: 4em; position: absolute; left: 1em;