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

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

Issue 564023002: Fix buttons after the latest refactor. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 3 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 43c2de3e00e411a23a93f1f66be073bb172f16f2..1e9806a76d9e50e24f9465ee296b86adab5df592 100644
--- a/Tools/GardeningServer/ui/ct-failure-stream.html
+++ b/Tools/GardeningServer/ui/ct-failure-stream.html
@@ -6,6 +6,7 @@ found in the LICENSE file.
<link rel="import" href="ct-bot-failure-card.html">
<link rel="import" href="ct-builder-failure-card.html">
+<link rel="import" href="ct-failure-card-buttons.html">
<link rel="import" href="ct-trooper-card.html">
<polymer-element name="ct-failure-stream" attributes="groups commitLog tree category title" noscript>
@@ -25,6 +26,10 @@ found in the LICENSE file.
flex: 1;
}
+ .card > ct-failure-card-buttons {
+ flex: none;
leviw_travelin_and_unemployed 2014/09/12 18:06:01 D'oh! Thanks! LGTM.
+ }
+
/* FIXME: Don't use before hax to add labels */
:host > div:first-of-type::before {
content: "{{ title }}:";
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698