From 21da4e580f5389c392df09dad906b0a2deae27e8 Mon Sep 17 00:00:00 2001 From: Sven Slootweg Date: Thu, 17 Jan 2013 13:46:43 +0100 Subject: [PATCH] Move ticket response date to the right hand side --- public_html/static/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/public_html/static/style.css b/public_html/static/style.css index 64bc9b7..23258f1 100644 --- a/public_html/static/style.css +++ b/public_html/static/style.css @@ -457,6 +457,7 @@ section.tickets tr.status-closed.priority-high td.priority .section.ticket-updates .message .metadata .date { + float: right; color: #585858; }