From fd9ca1c60a543b24464cb5fe85f33744e86c6ad5 Mon Sep 17 00:00:00 2001 From: Ryan Northey Date: Mon, 22 May 2017 12:23:21 +0000 Subject: [PATCH] Add log event css --- pootle/static/css/style.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pootle/static/css/style.css b/pootle/static/css/style.css index 80d08251986..32f62136f8b 100644 --- a/pootle/static/css/style.css +++ b/pootle/static/css/style.css @@ -2619,3 +2619,10 @@ form.formtable tfoot .formtable-actions td float: right; color: #c30; } + +.evt-state-changed +{ + font-style: italic; + color: #777; + font-size: 0.9em; +}