aboutsummaryrefslogtreecommitdiffstats
path: root/static
diff options
context:
space:
mode:
authorSteve Losh <steve@stevelosh.com>2009-01-31 02:24:31 -0500
committerSteve Losh <steve@stevelosh.com>2009-01-31 02:24:31 -0500
commit46953e63dd929637f67a4d10065a3f28c403dbdf (patch)
tree60e9d7e26cf6a04b6771751854c8b36892676956 /static
parent4aae653f364f80c4c9e9c2ea39fd2ed62aa03524 (diff)
downloadbugseverywhere-46953e63dd929637f67a4d10065a3f28c403dbdf.tar.gz
Implemented the single bug view.
Diffstat (limited to 'static')
-rw-r--r--static/style/cfbe.css8
1 files changed, 8 insertions, 0 deletions
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