summaryrefslogtreecommitdiffstats
path: root/skins
diff options
context:
space:
mode:
authorDave Lawrence <dlawrence@mozilla.com>2013-08-22 04:12:19 +0200
committerDave Lawrence <dlawrence@mozilla.com>2013-08-22 04:12:19 +0200
commitb1a8557e0c4d1a5d7cd49a8134854ff140611af4 (patch)
tree4de75d91cf15bd983381880aee67c80feed67a16 /skins
parent555d1863255a66e5b98e2f5295e6ea25dcd2f1bf (diff)
downloadbugzilla-b1a8557e0c4d1a5d7cd49a8134854ff140611af4.tar.gz
bugzilla-b1a8557e0c4d1a5d7cd49a8134854ff140611af4.tar.xz
Bug 907976 - Comment header should have default line-height, vertical-align set
Diffstat (limited to 'skins')
-rw-r--r--skins/contrib/Mozilla/global.css8
1 files changed, 7 insertions, 1 deletions
diff --git a/skins/contrib/Mozilla/global.css b/skins/contrib/Mozilla/global.css
index 81d6dff33..362536c0b 100644
--- a/skins/contrib/Mozilla/global.css
+++ b/skins/contrib/Mozilla/global.css
@@ -397,7 +397,8 @@ table.edit_form hr {
.bz_first_comment_head, .bz_comment_head {
font-weight: normal;
- line-height: 2;
+ font-size; 15px;
+ line-height: 32px;
padding-bottom: 2px;
padding-left: 0px;
margin-left: -5px;
@@ -405,6 +406,11 @@ table.edit_form hr {
background-color: transparent;
}
+.bz_comment_head img, .bz_first_comment_head img {
+ margin-right: 0.25em;
+ vertical-align: middle;
+}
+
.bz_comment_user a {
-moz-transition: all 0.25s linear 0s;
-webkit-transition: all 0.25s linear 0s;