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

Unified Diff: appengine/trooper_o_matic/ui/tom-patch-summary.css

Issue 845963005: trooper-o-matic: Add patch attempt timeline view to CQ graphs (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@+addAlternateBuildViews
Patch Set: Review changes Created 5 years, 11 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
Index: appengine/trooper_o_matic/ui/tom-patch-summary.css
diff --git a/appengine/trooper_o_matic/ui/tom-patch-summary.css b/appengine/trooper_o_matic/ui/tom-patch-summary.css
index e12a5ef551a7afb152bd047e216bd12e3e281823..fe0ab4d538739f25dbe0b14492306a0b0c5a82c0 100644
--- a/appengine/trooper_o_matic/ui/tom-patch-summary.css
+++ b/appengine/trooper_o_matic/ui/tom-patch-summary.css
@@ -91,4 +91,33 @@ a {
.build-bubble.failed {
background: #e88;
-}
+}
+
+.attempt {
+ position: absolute;
+ top: 2px;
+ box-shadow: 0 1px 3px #888;
+ min-width: 5px;
+ padding: 5px;
+ padding-left: 0px;
+ color: black;
+ white-space: nowrap;
+ overflow: hidden;
+}
+
+.attempt:hover {
+ min-width: -webkit-fit-content;
+ min-width: auto;
+}
+
+.attempt.success-true {
+ background: #9e6;
+}
+
+.attempt.success-false {
+ background: #e88;
+}
+
+.attempt.success-null {
+ background: #ff7;
+}
« no previous file with comments | « appengine/trooper_o_matic/ui/tom-cq-graphs.html ('k') | appengine/trooper_o_matic/ui/tom-patch-summary.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698