diff options
author | Mark Côté <mcote@mozilla.com> | 2015-07-13 16:07:33 +0200 |
---|---|---|
committer | Mark Côté <mcote@alumni.uwaterloo.ca> | 2015-07-13 16:10:48 +0200 |
commit | e4c6417871fc9e29073429abe5d0c32b556d87a2 (patch) | |
tree | e41e9e998e1429fb5f34eead62b4b6320ae0bfd8 /extensions/MozReview/web/style | |
parent | de34aedc30cce1d9dcbe45394e795467b3502018 (diff) | |
download | bugzilla-e4c6417871fc9e29073429abe5d0c32b556d87a2.tar.gz bugzilla-e4c6417871fc9e29073429abe5d0c32b556d87a2.tar.xz |
Bug 1123143 - Add links to MozReview diffs to MozReview table. r=glob
Each child review-request summary is prefaced with the abbreviated commit
hash, which is also a link to the diff. This looks similar to the summary
table in MozReview itself.
Diffstat (limited to 'extensions/MozReview/web/style')
-rw-r--r-- | extensions/MozReview/web/style/mozreview.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/extensions/MozReview/web/style/mozreview.css b/extensions/MozReview/web/style/mozreview.css index 8efea8950..70d088539 100644 --- a/extensions/MozReview/web/style/mozreview.css +++ b/extensions/MozReview/web/style/mozreview.css @@ -53,6 +53,10 @@ text-indent: 1em; } +.mozreview-diff-link { + font-family: monospace; +} + /* bug-modal specific */ #module-mozreview-requests .module-content { |