summaryrefslogtreecommitdiffstats
path: root/skins/standard
diff options
context:
space:
mode:
authormkanat%bugzilla.org <>2008-11-19 12:33:05 +0100
committermkanat%bugzilla.org <>2008-11-19 12:33:05 +0100
commita9cc253262438ce20df7cda1b767a4020a854f77 (patch)
treebea0b4987257f50f3ef51e271b6c1304778c8a6c /skins/standard
parentf048126aa51e90bf29441cde6709716f321c4890 (diff)
downloadbugzilla-a9cc253262438ce20df7cda1b767a4020a854f77.tar.gz
bugzilla-a9cc253262438ce20df7cda1b767a4020a854f77.tar.xz
Bug 452732: Re-organize the comment headers to make them look better and be more readable
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=wicked, a=mkanat
Diffstat (limited to 'skins/standard')
-rw-r--r--skins/standard/global.css32
1 files changed, 31 insertions, 1 deletions
diff --git a/skins/standard/global.css b/skins/standard/global.css
index 16406afba..8a7d91067 100644
--- a/skins/standard/global.css
+++ b/skins/standard/global.css
@@ -240,6 +240,10 @@ div#docslinks {
color: #a0a0a0;
}
+/************/
+/* Comments */
+/************/
+
.bz_comment {
margin-bottom: 2em;
}
@@ -260,18 +264,44 @@ div#docslinks {
width: 50em;
}
-.bz_first_comment {
+.bz_comment_user, .bz_comment_time, .bz_comment_number,
+.bz_private_checkbox, .bz_comment_actions
+{
+ margin: 0 .5em;
+}
+
+.bz_comment_actions, .bz_comment_number, .bz_private_checkbox {
+ float: right;
+}
+
+.bz_collapse_comment {
+ text-decoration: none;
+}
+
+.bz_private_checkbox input {
+ margin: 0;
+ vertical-align: middle;
}
.bz_comment_head, .bz_first_comment_head {
+ padding-top: .1em;
+ padding-bottom: .1em;
+ padding-left: .5em;
background-color: #e0e0e0;
}
+
+.bz_comment_user_images img {
+ vertical-align: bottom;
+}
+
.bz_comment_hilite pre {
background-color: lightgreen;
margin: 0;
padding: 1em 0;
}
+/** End Comments **/
+
.bz_default_hidden {
display: none;
}