Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(80)

Unified Diff: gm/rebaseline_server/static/view.css

Issue 326013002: rebaseline_server: merge identical results (across multiple builders/configs) into a single row (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: clean up for codereview Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gm/rebaseline_server/static/loader.js ('k') | gm/rebaseline_server/static/view.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gm/rebaseline_server/static/view.css
diff --git a/gm/rebaseline_server/static/view.css b/gm/rebaseline_server/static/view.css
index 82eda618e09967e6b0cd6f9acbdaebd51a69c2f8..0e8641246db5f96aa84cb0c4869608791d428959 100644
--- a/gm/rebaseline_server/static/view.css
+++ b/gm/rebaseline_server/static/view.css
@@ -50,6 +50,14 @@
font-size: 30px;
}
+/* Odd and even lines within results display. */
+.results-odd {
+ background-color: #ddffdd;
+}
+.results-even {
+ background-color: #ddddff;
+}
+
.show-only-button {
font-size: 8px;
}
« no previous file with comments | « gm/rebaseline_server/static/loader.js ('k') | gm/rebaseline_server/static/view.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698