From 46953e63dd929637f67a4d10065a3f28c403dbdf Mon Sep 17 00:00:00 2001 From: Steve Losh Date: Sat, 31 Jan 2009 02:24:31 -0500 Subject: Implemented the single bug view. --- static/style/cfbe.css | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'static') diff --git a/static/style/cfbe.css b/static/style/cfbe.css index ee699b4..987afdf 100644 --- a/static/style/cfbe.css +++ b/static/style/cfbe.css @@ -31,3 +31,11 @@ table { margin-bottom: 1.417em; } tr.stripe { background-color: #f5e5f0; } div#assignees, div#targets { display: none; } + +p.creation-info { color: #888; } +span.detail-field-header { font-weight: 700; width: 7.5em; padding-right: 1em; display: inline-block; text-align: right; } + +div.bug-comment { margin-left: 2em;} +p.bug-comment-body { white-space: pre; margin: 0em 0em 0em 0em; } +p.bug-comment-footer { margin: 0em 0em; color: #888; } +h4.bug-comment-header { margin: 1.5em 0em 0em; } \ No newline at end of file -- cgit