summaryrefslogtreecommitdiffstats
path: root/extensions/MozReview/web/style/mozreview.css
diff options
context:
space:
mode:
authorMark Côté <mcote@alumni.uwaterloo.ca>2016-08-03 17:59:23 +0200
committerMark Côté <mcote@alumni.uwaterloo.ca>2016-08-03 17:59:23 +0200
commitdf005eaa61f55b352751dda0f3efb319c3b40981 (patch)
treea39ef9b771e25fc0588c80aca472af02555497d8 /extensions/MozReview/web/style/mozreview.css
parent04eaf299e8e5670b93f08f99950cd02db532fb30 (diff)
downloadbugzilla-df005eaa61f55b352751dda0f3efb319c3b40981.tar.gz
bugzilla-df005eaa61f55b352751dda0f3efb319c3b40981.tar.xz
Bug 1286027 - Display MozReview diff stats r=glob
Now that MozReview's ReviewRequestSummary API has diff stats (lines added and removed), we can display that in BMO's MozReview table. I also removed the commit ID and made the summary link to the diff, since the former doesn't seem to be particularly useful.
Diffstat (limited to 'extensions/MozReview/web/style/mozreview.css')
-rw-r--r--extensions/MozReview/web/style/mozreview.css5
1 files changed, 3 insertions, 2 deletions
diff --git a/extensions/MozReview/web/style/mozreview.css b/extensions/MozReview/web/style/mozreview.css
index 4a288d927..a2263fc11 100644
--- a/extensions/MozReview/web/style/mozreview.css
+++ b/extensions/MozReview/web/style/mozreview.css
@@ -50,8 +50,9 @@
text-align: center;
}
-.mozreview-diff-link {
- font-family: monospace;
+.mozreview-requests .mozreview-diffstat {
+ text-align: center;
+ white-space: nowrap;
}
/* bug-modal specific */