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

Unified Diff: Tools/GardeningServer/ui/ct-failure-stream.html

Issue 400353006: Fix a bunch of UI nits in sheriff-o-matic. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 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: Tools/GardeningServer/ui/ct-failure-stream.html
diff --git a/Tools/GardeningServer/ui/ct-failure-stream.html b/Tools/GardeningServer/ui/ct-failure-stream.html
index 648059e54cadbdf3ecefd68a93b959a077a5684c..2b60d0dad56e2e661925c4f38e46d6c6c6047149 100644
--- a/Tools/GardeningServer/ui/ct-failure-stream.html
+++ b/Tools/GardeningServer/ui/ct-failure-stream.html
@@ -16,6 +16,7 @@ found in the LICENSE file.
ct-failure-card {
margin: 5px;
padding: 5px;
+ border-top: 1px solid lightgrey;
}
</style>
<template repeat="{{failures in groups}}">

Powered by Google App Engine
This is Rietveld 408576698