From d876c1be13a23479884f8e122174ce2f29da88bd Mon Sep 17 00:00:00 2001 From: Andreas Kotowicz Date: Thu, 24 Nov 2011 13:29:54 +0100 Subject: [PATCH] css fix for followup_mod being too wide. --- helpdesk/static/helpdesk/helpdesk.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/helpdesk/static/helpdesk/helpdesk.css b/helpdesk/static/helpdesk/helpdesk.css index d52f420d..a37c2b8c 100644 --- a/helpdesk/static/helpdesk/helpdesk.css +++ b/helpdesk/static/helpdesk/helpdesk.css @@ -153,13 +153,14 @@ td { background-color: #bcd4ec; } -div.followup, div.followup_mod { +div.followup { width: 100%; border-top: solid #666 1px; padding:0 0 2px; } div.followup_mod { + width: auto; border: solid #666 1px; padding: 5px; margin: 0px 0px 10px;